Myat Thiri
Myat Thiri

Reputation: 13

React Native iOS App Shows White Screen(React Native 0.73.5)

I'm facing an issue with my React Native CLI project where the iOS app shows a white screen when open app and after reloading app . The app runs smoothly on the first launch, but subsequent reloads (CMD + R) result in a white screen. This problem started two days ago, and before that, the app worked perfectly on both iOS and Android.

Details:

React Native version: 0.73.5 Platform: iOS (No issues on Android) Xcode version: 16 Node version : 20.18.0 Metro Bundler: I suspect the Metro bundler might not be working properly.

Steps taken: Cleared Metro bundler cache (npx react-native start --reset-cache) Cleaned and rebuilt the iOS project Checked for logs using npx react-native log-ios, but didn’t find any helpful clues. Other developers on my team are not facing this issue, and they can run the app on both platforms without any problems. I believe the code is correct as it works on Android and for other developers on iOS as well. What could be the root cause of this issue, and how can I resolve it?

Any help or suggestions would be greatly appreciated!

Upvotes: 0

Views: 44

Answers (0)

Related Questions