Is there a third-party library available to turn on and off full screen mode #12483
-
Using code to control entering and exiting full screen |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
react-native-custom-window still needs better documentation and publishing, but the function |
Beta Was this translation helpful? Give feedback.
-
Fixed, what happened was that in the release, the nativeModules in some implementations were not available, but I managed to solve it by replacing them with turboModules. |
Beta Was this translation helpful? Give feedback.
react-native-custom-window still needs better documentation and publishing, but the function
window.fullscreen()
does that. I still need to improve some things, but it works well; I would appreciate feedback to enhance it.