We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60320b5 commit f889d99Copy full SHA for f889d99
example/package.json
@@ -6,7 +6,7 @@
6
"android": "react-native run-android",
7
"ios": "react-native run-ios",
8
"start": "react-native start",
9
- "pods": "cd ios && pod install && cd ..",
+ "pods": "cd ios && pod install --repo-update && cd ..",
10
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
11
"build:ios": "react-native build-ios --scheme AirshipExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\""
12
},
0 commit comments