react-native: Unable to symbolicate stack trace bundle was not loaded from the packager (Android)
Is this a bug report?
Yes.
Have you read the Contributing Guidelines?
Yes.
Environment
react-native -v
: 0.46.4node -v
: v.7.7.2npm -v
: 4.1.2
Then, specify:
- Target Platform: Android
- Development Operating System: Mac OS
- Build tools: We only able to test in android using Android SDK (this problem occurs in a pyhsical device).
Steps to Reproduce
(Write your steps here:)
- react-native start
- react-native run-android
- No error in physical device, only warning and weird screen (screenshot: https://i.hizliresim.com/BAQg6p.jpg) When ‘Reload’ it gives this error: https://i.hizliresim.com/293412.jpg
Expected Behavior
In IOS and Android emulator it’s working
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 9
- Comments: 41
Yes. it is. This problem still exists.
Hacky way to ignore:
Place
console.disableYellowBox = ["Unable to symbolicate"];
anywhere in your code.I put it at the top of
App.js
for now and will put it in a better place later.Is this issue has been solved or is there anyone who solved it?
+1 only when Hot Reloading version 0.55.4
+1 version 0.55.4
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version?
I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer.
How to Contribute • What to Expect from Maintainers
@medidt
rm -rf ~/.rncache
watchman watch-del-all
npm start -- reset-cache
react-native run-[ios/android]
+1 the same on android