Commit Graph

27 Commits

Author SHA1 Message Date
Mustafa Uysal
c16d193e9b
fix: Add iOS 16+ availability check for attributedTitle (#165) 2025-09-15 10:07:30 -04:00
Laurens Lamberts
67ca0924fa
fix: iconColor (#150) 2025-03-26 04:59:23 -06:00
Henning Hall
0960db23b7
fix default icon color in ios dark mode (#145) 2025-03-10 06:30:16 -04:00
Vlad
a70381fd41
feat(ios): custom preview visible path and disable shadow option (#142)
* feat(ios): custom preview visible path and disable shadow option

* feat: update readme
2025-02-10 16:02:11 -05:00
Damir Minnegalimov
bf5475ba27
fix(ios): prevent crash when preview target view is unmounted (#138) 2024-11-01 06:54:40 -07:00
Damir Minnegalimov
d872516730
fix(ios): bring back resetting to original position on menu dismissal (#135) 2024-10-16 07:16:24 -04:00
Laszlo Kocsis
bea0a1c6c3
feat(iOS): add customIcon and customIconName properties to the action object (#111)
* Add customIcon and customIconColor properties to ContextMenuAction

* Convert the new ContextMenuAction properties

* Set customIcon with customIconColor, if available, for the ContextMenu actions

* Add type declarations for new props

* Update README with new action props, fix other typos

* Add example for new action props

* Update readme and specify the higher priority of customIcon

* Refactor icon and iconColor props on iOS native side

* Remove "system" prefix from icon and iconColor on Android native side

* Update type declarations with new the new prop changes

* Update and format README

* Call processColor for iOS in index.js
2024-02-20 13:12:52 -05:00
Matthew Iannucci
33e541522f
Add event for tapping preview (#101) 2023-11-25 11:30:22 -05:00
Morgan Barrett
475be140ca
Added selected option to actions (#92) 2023-07-31 09:21:49 -04:00
Jacob Parker
d4a671809d
Add subtitle support (#71) 2022-12-21 09:58:41 -05:00
Jacob Parker
52d5f2a30a
Index path (#65) 2022-11-15 10:02:28 -05:00
Jacob Parker
d9ad7356c5
Add disabled prop (#63) 2022-09-28 11:06:10 -04:00
Matthew Iannucci
b4310f2ecc
Fix bad merge (#55) 2022-04-20 13:13:35 -04:00
Matthew Iannucci
7206a994e7
Add Single Tap to Trigger Functionality (#53)
* Fix deps on fresh clone

* Fixup deps

* Working single tap functionality

* Update name a bit

* Add single tap for android

* Bump version

* Update documentation
2022-04-18 15:14:24 -04:00
Jacob Parker
72188fb38b
Fix previews (#47) 2022-03-21 09:42:32 -04:00
Igor Adrov
e52afaf52e
add preview builder (#46)
* add preview builder

* pass preview as prop
2022-03-17 13:21:58 -04:00
Matthew Iannucci
5c0c3357e9 Add support for nested menus. Bump version to 1.2.0 2020-12-11 16:47:45 -05:00
Jacob Parker
2efb93c74b erge branch 'master' of https://github.com/jacobp100/react-native-context-menu-view 2020-11-13 18:27:00 +00:00
Jacob Parker
02703cdf65 Add preview background color prop 2020-11-13 18:24:27 +00:00
Marc Rousavy
699f0e1a0c Override previewForHighlightingMenuWithConfiguration to supply clear background color 2020-11-04 13:16:38 +01:00
Jacob Parker
a2a2dfdfb2 Implement destructive and disabled items 2020-06-02 18:30:27 +01:00
Jacob Parker
bbb2c0e4d6 Add index to onPress callback, improve documentation 2020-06-01 22:29:04 +01:00
Matthew Iannucci
3a5303b50c Add typescript typings 2020-04-28 12:00:42 -04:00
Matthew Iannucci
e6585e628b Add gif screenshot 2020-04-28 11:45:15 -04:00
Matthew Iannucci
4488b32996 Rename projects!!! 2020-04-27 15:09:43 -04:00
Matthew Iannucci
7631bf8da3 Add ios code from old repo 2020-04-27 13:58:23 -04:00
Matthew Iannucci
adecee3a93 Initial commit of new module 2020-04-27 11:39:10 -04:00