Untitled
unknown
plain_text
a month ago
1.1 kB
1
Indexable
Never
{ "build": { "development": { "developmentClient": true, "distribution": "internal" }, "preview": { "distribution": "internal", "android": { "buildType": "apk", "env": { "GOOGLE_SERVICES_JSON": "{{secrets.GOOGLE_SERVICES_JSON}}" }, "prebuildCommand": "echo $GOOGLE_SERVICES_JSON > ./google-services.json && node ./scripts/updateAndroidFiles.js && npx expo prebuild --platform android --no-install", "gradleCommand": ":app:assembleRelease --stacktrace --info" }, "ios": { "simulator": false, "prebuildCommand": "echo 'RNFB_CORE_CONFIGURATION_ENABLED=false' >> ios/Pods/Target\ Support\ Files/RNFBApp/RNFBApp.xcconfig && echo "use_modular_headers!" >> ios/Podfile && echo "pod 'FirebaseCoreInternal', :modular_headers => true" >> ios/Podfile && echo "pod 'GoogleUtilities', :modular_headers => true" >> ios/Podfile", "xcodebuild": { "extraArgs": [ "OTHER_CFLAGS="-fmodules-disable-diagnostic-validation"" ] } }, "production": {} } }
Leave a Comment