Upgrading React Native from 0.62.2 to 0.63.0 hangs on blank white screen

Viewed 1139

I am trying to upgrade react native from 0.62.2 to 0.63.0 manually. I followed upgrade helper.

App builds with no errors but it shows up white screen on start up for both android and ios.

enter image description here

Dependencies

"react": "16.13.1",  
"react-dom": "^16.13.1",  
"react-native": "0.63.0"

I tried clearing cache, removing node_modules and pods and then run npm install and pod install. Nothing helped and I still have the same issue.

1 Answers
Related