File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 "devDependencies" : {
6868 "@commitlint/config-conventional" : " ^17.0.2" ,
6969 "@evilmartians/lefthook" : " ^1.5.0" ,
70+ "@react-native-community/cli" : " 18.0.0" ,
7071 "@react-native/babel-preset" : " 0.79.3" ,
7172 "@react-native/eslint-config" : " 0.79.3" ,
7273 "@react-native/metro-config" : " 0.79.3" ,
172173 "jsSrcsDir" : " ./src/api" ,
173174 "android" : {
174175 "javaPackageName" : " com.iterable.reactnative"
176+ },
177+ "ios" : {
178+ "headerSearchPaths" : [
179+ " \" $(PODS_ROOT)/boost\" " ,
180+ " \" $(PODS_ROOT)/DoubleConversion\" " ,
181+ " \" $(PODS_ROOT)/RCT-Folly\" " ,
182+ " \" $(PODS_ROOT)/Headers/Public/React-Codegen/react/renderer/components\" " ,
183+ " \" $(PODS_ROOT)/Headers/Private/React-Fabric\" " ,
184+ " \" $(PODS_ROOT)/Headers/Private/React-RCTFabric\" "
185+ ],
186+ "podspecPath" : " ./Iterable-React-Native-SDK.podspec"
175187 }
176188 },
177189 "create-react-native-library" : {
Original file line number Diff line number Diff line change 1+ const path = require ( 'path' ) ;
2+
3+ module . exports = {
4+ project : {
5+ ios : {
6+ automaticPodsInstallation : true ,
7+ } ,
8+ android : { } ,
9+ } ,
10+ dependencies : {
11+ '@iterable/react-native-sdk' : {
12+ root : __dirname ,
13+ platforms : {
14+ ios : { } ,
15+ android : { } ,
16+ } ,
17+ } ,
18+ } ,
19+ } ;
Original file line number Diff line number Diff line change @@ -3097,6 +3097,7 @@ __metadata:
30973097 dependencies:
30983098 "@commitlint/config-conventional": ^17.0.2
30993099 "@evilmartians/lefthook": ^1.5.0
3100+ "@react-native-community/cli": 18.0.0
31003101 "@react-native/babel-preset": 0.79.3
31013102 "@react-native/eslint-config": 0.79.3
31023103 "@react-native/metro-config": 0.79.3
You can’t perform that action at this time.
0 commit comments