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 bd16eb6 commit c2da414Copy full SHA for c2da414
example/package.json
@@ -7,6 +7,7 @@
7
"ios": "react-native run-ios",
8
"start": "react-native start",
9
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
10
+ "build:android:release": "cd android && ./gradlew app:assembleRelease && cd ..",
11
"build:ios": "cd ios && xcodebuild -workspace GetRandomValuesExample.xcworkspace -scheme GetRandomValuesExample -configuration Debug -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
},
13
"dependencies": {
0 commit comments