Skip to content

Commit 8c66551

Browse files
itsramieldominicstop
authored andcommitted
fix: fix ios codegen config
1 parent ac8f878 commit 8c66551

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@
180180
"codegenConfig": {
181181
"name": "RNIContextMenuViewSpec",
182182
"type": "all",
183-
"jsSrcsDir": "src"
183+
"jsSrcsDir": "src",
184+
"ios": {
185+
"componentProvider": {
186+
"RNIContextMenuView": "RNIContextMenuView",
187+
"RNIContextMenuButton": "RNIContextMenuButton"
188+
}
189+
}
184190
},
185191
"create-react-native-library": {
186192
"type": "view-new",

0 commit comments

Comments
 (0)