Skip to content

Commit 0588f0d

Browse files
committed
refactor: updated codegen config to properly
1 parent efb6101 commit 0588f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@
177177
]
178178
},
179179
"codegenConfig": {
180-
"name": "RNIterableSpec",
180+
"name": "RNIterableAPISpec",
181181
"type": "modules",
182-
"jsSrcsDir": "src",
182+
"jsSrcsDir": "src/api/",
183183
"android": {
184184
"javaPackageName": "com.iterable.reactnative"
185185
}

0 commit comments

Comments
 (0)