diff --git a/example/package.json b/example/package.json index d06b213e..5837a56b 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,9 @@ "android": "react-native run-android", "ios": "react-native run-ios --simulator='iPhone 15' --scheme='debug'", "start": "react-native start", - "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 LucraSDKExample.xcworkspace -scheme LucrasdkExample -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",