My React Native app works perfectly fine on the iOS simulator, but does not work when running on my iOS device. It simply shows the splash screen, then crashes without any error.
I have tried:
- Deleting and reinstalling
node_modules
- Deleting iOS build folder
- Resetting watchman cache with
react-native start --reset-cache
But nothing seems to work.