Skip to content

Commit 189aae8

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

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
pull_request:
55
branches:
66
- master
7-
- new-arch
87
push:
98
branches:
109
- master
11-
- new-arch
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.ref }}

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)