We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8f878 commit 8c66551Copy full SHA for 8c66551
package.json
@@ -180,7 +180,13 @@
180
"codegenConfig": {
181
"name": "RNIContextMenuViewSpec",
182
"type": "all",
183
- "jsSrcsDir": "src"
+ "jsSrcsDir": "src",
184
+ "ios": {
185
+ "componentProvider": {
186
+ "RNIContextMenuView": "RNIContextMenuView",
187
+ "RNIContextMenuButton": "RNIContextMenuButton"
188
+ }
189
190
},
191
"create-react-native-library": {
192
"type": "view-new",
0 commit comments