To enable full screen in a React Native app, you can use the StatusBar component from the react-native library and set the hidden prop to true. This will hide the status bar at the top of the screen, allowing your app to take up the full screen.
@@questerstudio I have created a windows application used by react native. But windows app open in normal mode. I need to open it in maximize window mode
Hi! Why do you have to do pod install at the beginning ?
You have to pod install when you install a new library or if a certain library is not behaving well
How to enable full screen in react native windows app
To enable full screen in a React Native app, you can use the StatusBar component from the react-native library and set the hidden prop to true. This will hide the status bar at the top of the screen, allowing your app to take up the full screen.
@@questerstudio I have created a windows application used by react native. But windows app open in normal mode. I need to open it in maximize window mode
@@sudhinsudhakaran9490Sorry hard to say...i'll try it out maybe make a video as well
@@questerstudio Thank you