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 a541aa7 commit 7407898Copy full SHA for 7407898
1 file changed
package.json
@@ -179,17 +179,11 @@
179
]
180
},
181
"codegenConfig": {
182
- "name": "RNIterableAPISpec",
+ "name": "RNIterableSpec",
183
"type": "modules",
184
"jsSrcsDir": "src",
185
"android": {
186
"javaPackageName": "com.iterable.reactnative"
187
- },
188
- "ios": {
189
- "modules": {
190
- "RNIterableAPI": "RNIterableAPI",
191
- "ReactIterableAPI": "ReactIterableAPI"
192
- }
193
}
194
195
"create-react-native-library": {
0 commit comments