Getting blank screen on Release Mode #10741
-
Hi Team, We had developed a RN application long back and was forsaken. But recently had a situation where we need that project, and found out the dependency versions have moved upfront a lot. The steps we followed from creating the nodemodules to run in windows is as follows;
react dependencies in package.json is as follows; In debug mode it is working fine but the same is not working in release mode. In release it gives a blank white screen. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There was a blank screen issue on 0.69.7. So should have been fixed by 0.69.9. |
Beta Was this translation helpful? Give feedback.
There was a blank screen issue on 0.69.7. So should have been fixed by 0.69.9.
In release mode you're not going to see any red box errors. You can enable "use developer settings" mode in the instance settings: https://microsoft.github.io/react-native-windows/docs/native-api/ReactInstanceSettings#usedevelopersupport
Hopefully that helps.