react-native-ios-context-menu/expo-module.config.json
Dominic Go 610b520f11 ⚙️ Chore: Update expo-module.config.json
Update expo-module.config.json
2023-10-13 17:59:25 +08:00

12 lines
232 B
JSON

{
"name": "ReactNativeIosContextMenu",
"platforms": ["ios"],
"ios": {
"modules": [
"RNIContextMenuViewModule",
"RNIContextMenuButtonModule"
],
"podspecPath": "./ReactNativeIosContextMenu.podspec"
}
}