Commit Graph

17 Commits

Author SHA1 Message Date
Mark Yu
6ee0a47bc7
fix android example custom icon (#132) 2024-09-21 19:35:17 -04:00
Mark Yu
7ad05ad029
update circle index to 3 (#131) 2024-09-21 19:34:34 -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
e14b4ea17c
Switch Android ContextMenu Implementation (#107)
* Switch android impl to use native contextmenu view

* Fix click callbacks

* Nested menus working on android

* Clean up

* Bump version

* Add icon functionality back to android context menus
2023-12-07 11:48:43 -05:00
Matthew Iannucci
33e541522f
Add event for tapping preview (#101) 2023-11-25 11:30:22 -05:00
Matthew Iannucci
01a725b697 Update exmaple with comments on android 2023-11-24 12:16:20 -05:00
Matthew Iannucci
82cff8bee0 Update Example to work correctly 2023-11-24 11:35:12 -05:00
Vidocq
d42655d1f8
feat: support android icon (#96)
* chore: add icon vector files

* feat: android icon

* feat: android icon demo

* docs: description for android icon
2023-10-25 13:58:39 -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
Igor Adrov
e52afaf52e
add preview builder (#46)
* add preview builder

* pass preview as prop
2022-03-17 13:21:58 -04:00
Matthew Iannucci
62bf12458a
Update App.js 2020-12-11 16:55:00 -05: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
02703cdf65 Add preview background color prop 2020-11-13 18:24:27 +00:00
Jacob Parker
a2a2dfdfb2 Implement destructive and disabled items 2020-06-02 18:30:27 +01: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