Open GenGraphic opened 2 days ago
[!WARNING] Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2.
[!WARNING] Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2.
Hey @GenGraphic, without a minimum reproducer we can't help you in the best way and I don't think this is a bug in the react native core.
It looks like the error is in your pdf viewing library.
The errors came with React native 0.74.5 and after i downgraded to 0.74.2 all the problems went away. So i will stick to 0.74.2 for now. Thanks anyway.
Description
We are working on this app for the past year and worked fine until now. We developed it for the first 6 months on IOS with Expo go, and after that droped it and used bare workflow and Android Emulator for the next 6 months. It was working fine until 2 days ago, where we noticed random erros of stuff we worked daily with. I also mention that we worked daily on this app and this problems were not present before. Some exemple was with react-native-gifted-charts, we have it in since begining and worked fine. But 2 days we noticed that the app crashes when the chart loads. After we updated the library, the chart worked again. Now the @gorhom/bottom-sheet crash the app when the modal is closed, this library was also one of the first intalled and we use id in multiple places. We have in the Registration process more screen that have an input field on the center of the page and a next button on the bottom of the page. We testet the Registration procees over 100 times and this problem was not present. I also noticed that there is no console.log visible in my terminal. This is critical so please help me solve this, because the app needs to be deployed asap. We managed to deploy ot on IOS with an older version, and there seems to work fine.
One of the possible reason can be that we changed the bundle id on android, but the app build successfully, so i don't see this beeing the problem.
Thank you!
Steps to reproduce
React Native Version
0.74.5
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/GenGraphic/pensionflow
Screenshots and Videos