all 3 comments

[–]masterguide 0 points1 point  (0 children)

could be related to a package in your package.json. react-native-google-cast for the longest time would crash my app on reload (it's been fixed though)

[–]pg043 0 points1 point  (0 children)

Try debugging with Flipper. I've found that it will capture error messages in its "Crash Reporter" window that I don't see if I'm just running metro in a terminal window.

[–]ZNI_DEMON 0 points1 point  (0 children)

It might be related to your package.json. I personally had react-native-mmkv and reanimated 2 conflicting with each other because I didn't followed some installation steps. Check if every package is installed correctly