diff --git a/example/package.json b/example/package.json index 257fc623..a66d92ba 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,9 @@ "ios": "react-native run-ios --simulator='iPhone 15' --scheme='debug'", "start": "react-native start", "postinstall": "patch-package", - "pods": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install" + "pods": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install", + "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a", + "build:ios": "cd ios && xcodebuild -workspace OPSQLiteExample.xcworkspace -scheme release -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" }, "dependencies": { "@craftzdog/react-native-buffer": "^6.0.5",