react-native-context-menu-view/example
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
..
__tests__ Initial commit of new module 2020-04-27 11:39:10 -04:00
android Update example app to latest react native 2023-11-24 13:06:46 -05:00
ios feat(iOS): add customIcon and customIconName properties to the action object (#111) 2024-02-20 13:12:52 -05:00
_editorconfig Update example to react-native 0.66.1 and fix react 17 peer dependency error (#39) 2021-10-26 18:40:27 -04:00
.buckconfig Initial commit of new module 2020-04-27 11:39:10 -04:00
.eslintrc.js Update example app to latest react native 2023-11-24 13:06:46 -05:00
.flowconfig chore: update example app react native version (#82) 2023-05-18 10:44:19 -04:00
.gitattributes Update example to react-native 0.66.1 and fix react 17 peer dependency error (#39) 2021-10-26 18:40:27 -04:00
.gitignore Update example app to latest react native 2023-11-24 13:06:46 -05:00
.prettierrc.js chore: update example app react native version (#82) 2023-05-18 10:44:19 -04:00
.watchmanconfig Initial commit of new module 2020-04-27 11:39:10 -04:00
App.js feat(iOS): add customIcon and customIconName properties to the action object (#111) 2024-02-20 13:12:52 -05:00
app.json Initial commit of new module 2020-04-27 11:39:10 -04:00
babel.config.js Initial commit of new module 2020-04-27 11:39:10 -04:00
Gemfile Update example app to latest react native 2023-11-24 13:06:46 -05:00
Gemfile.lock Bump activesupport from 7.0.4.3 to 7.0.7.2 in /example (#94) 2023-08-23 20:23:43 -04:00
index.js Initial commit of new module 2020-04-27 11:39:10 -04:00
metro.config.js Update example app to latest react native 2023-11-24 13:06:46 -05:00
package.json Update example app to latest react native 2023-11-24 13:06:46 -05:00
yarn.lock Update example app to latest react native 2023-11-24 13:06:46 -05:00