Skip to content

Commit df40b8f

Browse files
authored
fix: fix ios crash by declaring component provider (#1121)
1 parent 18bb33e commit df40b8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,12 @@
110110
"codegenConfig": {
111111
"name": "RNMenuViewSpec",
112112
"type": "components",
113-
"jsSrcsDir": "src"
113+
"jsSrcsDir": "src",
114+
"ios": {
115+
"componentProvider": {
116+
"MenuView": "MenuView"
117+
}
118+
}
114119
},
115120
"packageManager": "[email protected]"
116121
}

0 commit comments

Comments
 (0)