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 e3e1c6f commit 189aae8Copy full SHA for 189aae8
.github/workflows/main.yml
@@ -4,11 +4,9 @@ on:
4
pull_request:
5
branches:
6
- master
7
- - new-arch
8
push:
9
10
11
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
package.json
@@ -86,7 +86,12 @@
86
"codegenConfig": {
87
"name": "RNCImageEditorSpec",
88
"type": "modules",
89
- "jsSrcsDir": "src"
+ "jsSrcsDir": "src",
90
+ "libraries": [{
91
+ "name": "RNCImageEditorSpec",
92
+ "type": "modules",
93
+ "jsSrcsDir": "src"
94
+ }]
95
},
96
"react-native-builder-bob": {
97
"source": "src",
0 commit comments