react-native-ios-context-menu/example
Dominic Go 6efb794588 💫 Example - Replace String "ContextMenuViewSimpleExample"
Summary: Replace `ContextMenuViewSimpleExample` string with `ContextMenuViewExample` in examples.
2021-12-25 16:30:24 +08:00
..
android 🛠 Updated Project Template 2021-11-12 05:17:14 +08:00
ios ⚙️ Example - Run pod install 2021-11-30 07:51:35 +08:00
src 💫 Example - Replace String "ContextMenuViewSimpleExample" 2021-12-25 16:30:24 +08:00
app.json chore: initial commit 2020-10-21 11:58:36 +08:00
babel.config.js 🛠 Updated Project Template 2021-11-12 05:17:14 +08:00
index.js 💫 Example - Rename index.js to index.ts 2021-11-27 06:05:00 +08:00
metro.config.js chore: initial commit 2020-10-21 11:58:36 +08:00
package.json 🛠 Updated Project Template 2021-11-12 05:17:14 +08:00
README.md 📝 Added Example README 2020-12-15 22:36:23 +08:00
tsconfig.json 🛠 Updated Project Template 2021-11-12 05:17:14 +08:00
yarn.lock 🛠 Updated Project Template 2021-11-12 05:17:14 +08:00

react-native-ios-context-menu Example

The example app contains a bunch of demos that showcases the different ContextMenuView configurations, props and events you can use. The assets directory contains gifs and screenshots for every example/test shown in the example app.

  • Note: the section title on each example contains a link to the corresponding example code.
  1. Clone the repository: git clone https://github.com/dominicstop/react-native-ios-context-menu.git
  2. cd react-native-ios-context-menu && yarn bootstrap
  3. Go to the react-native-ios-context-menu/example directory and run yarn ios to build/launch the example app in the iOS simulator.