Crash app only Release
See original GitHub issueDescription
The app work fine in debug-mode, but i generate a release apk and now work. O apk crash logo quando inicia
problem reproduction
- Create new react-native project ( with init)
- Follow setp by setp react-native-svg
- follow the generate-apk and use
.\gradlew.bat assemblerelease
- install the apk with
react-native run-android --variant=release
- run the app
Issues I’ve already looked at
https://github.com/react-native-community/react-native-svg/issues/784 https://github.com/react-native-community/react-native-svg/issues/481
react-native info
` Environment: OS: Windows 10 Node: 10.13.0 Yarn: 1.7.0 npm: 6.4.1 Watchman: Not Found Xcode: N/A Android Studio: Version 3.2.0.0 AI-181.5540.7.32.5056338
Packages: (wanted => installed) react: 16.3.1 => 16.3.1 react-native: 0.55.4 => 0.55.4 `
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
My app crashes ONLY from App Store - Apple Developer
I have a new app just released the last couple of days. The app ONLY crashes when downloaded from the App Store. App...
Read more >Android App crashes only with release APK - Stack Overflow
Android App crashes only with release APK ; try to update db version. – Anton Kazakov. Jan 14, 2018 at 20:30 ; Try...
Read more >iOS app crashes only release build, in using Dynamic Links.
Issue I tried to use Dynamic Links in React Native Firebase, but in the release build of the iOS app only the app...
Read more >How to debug app crash that only occurs when not ... - Reddit
Try running the app on phone in release mode instead of debug mode.
Read more >How to Fix Crashing Apps on an iPhone or Android?
Update App To The Last Version, The App Crash Fixer. Sometimes app-crashing is not caused by your phone, but rather the app itself....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try adding
-keep public class com.horcrux.svg.** {*;}
in proguard-rules.pro filehttps://github.com/react-native-svg/react-native-svg/issues/856#issuecomment-482713189 @mrsavari Thanks for your information. This works for me.