[go] integrate firebase crashlytics on android (#22036)# Why to have more information about the crashes than just from google play store. this pr tries to integrate firebase crashlytics with mor
[go] integrate firebase crashlytics on android (#22036)# Why to have more information about the crashes than just from google play store. this pr tries to integrate firebase crashlytics with more powerful features like ndk integration and custom logging. close ENG-1380 # How - integrate crashlytics with ndk support - log the loading experience manifest url - [tools] we need a further step `./gradlew :app:uploadCrashlyticsSymbolFileUnversionedRelease` for uploading ndk native symbols to crashlytics. we also integrate this into fastlane and expotools. this step may take longer time to process. from my environment, it takes about 30mins. # Test Plan manually triggering crash and see the crashlytics dashboard
show more ...
[tools] add and hook up lint setup, remove `module-scripts` (#16974)
[tools] Workaround - use versioned path in AndroidClientBuilder.getAppPath
[android] Split Expo Go to unversioned and versioned flavors (#12917)* Add versioning flavors Extract `flavors.gradle` and fix versioned * Update manifest based on flavors * Update fastlan
[android] Split Expo Go to unversioned and versioned flavors (#12917)* Add versioning flavors Extract `flavors.gradle` and fix versioned * Update manifest based on flavors * Update fastlane build * Unflavor versioned code * Update CI to use flavors * Set default flavor * Update guides * Update expotools versioning code [skip ci] * [wip] remove flavors from shellapps * Shell app fallback to `versioned` * Fix et paths * Bump `@expo/xdl` in `expotools` [skip ci] * Missing uncommitted changes [skip ci] -expotools yarn.lock, shell app fixes * Rebase fixes * Update "Developing Expo Go" guide [skip ci]
[ios] Split Expo Go to unversioned and versioned flavors (#11999)
[tools] Install pods when building the client
[tools] Move tools/expotools one folder up (#11410)