Skip to content

Commit d6cf461

Browse files
committed
Fix iOS build new arch on RN 0.69 & 0.68
1 parent e3e1c6f commit d6cf461

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
@@ -86,7 +86,12 @@
8686
"codegenConfig": {
8787
"name": "RNCImageEditorSpec",
8888
"type": "modules",
89-
"jsSrcsDir": "src"
89+
"jsSrcsDir": "src",
90+
"libraries": [{
91+
"name": "RNCImageEditorSpec",
92+
"type": "modules",
93+
"jsSrcsDir": "src"
94+
}]
9095
},
9196
"react-native-builder-bob": {
9297
"source": "src",

0 commit comments

Comments
 (0)