Closed lucasGabrielDeAA closed 1 month ago
com.facebook.react.common.JavascriptException: SyntaxError: JSON Parse error: Unexpected character: p, js engine: hermes, stack:
It seems like is failing to parse the JSON somewhere.
Anyway, we can't help without a reproducer of any sort.
We're closing all the "Type: Upgrade Issue" in this repo as we're using it only for pick requests.
If you're still having this problem, please open an issue on: https://github.com/facebook/react-native/issues/new
Old Version
0.71.10
New Version
0.75.3
Description
I have a live app which I am upgrading to 0.75.3 version. After following the upgrade guide and, install all the new dependencies and build the app I am facing issues. The app builds with no compiling problems using Android Studio and it launches properly on simulator, but it closes very quickly without displaying any helpful information on LogCat, or displaying any other information on metro-bundler.
Steps to reproduce
yarn install
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
Unable to share any repository for this
Screenshots and Videos
No response