React Native white blank screen issue
Solution 1:
run react-native start in a separate terminal and then run react-native run-android.
Solution 2:
i recently faced two kind of white screen problem
1.always showing white screen (due to bundling..) solutions is
react-native start
and then
react-native run-android
2.it shows white screen some particular seconds or suddenly always shows white screen in properly working app
due to app cache or traffic
solutions is
Androidmanifest.java
android:usesCleartextTraffic="true"