Trying to make the React Native Webview enter in FullScreen Mode on Android (use React Native Webview Bridge as base to writing this example).
Only work on RN versions prior to 0.29.0, because of the change on how to get access to current Activity on Android Native Component: https://github.com/facebook/react-native/releases/tag/v0.29.0
npm install
react-native run-android
- facebook/react-native#5230
- facebook/react-native#3251
- facebook/react-native#8661
- https://facebook.github.io/react-native/docs/native-components-android.html
- https://medium.com/@sejoker/writing-android-component-for-react-native-e34802bf3377#.qz75hfe88
- https://github.com/cprcrack/VideoEnabledWebView
- http://www.vogella.com/tutorials/AndroidCustomViews/article.html
- https://github.com/alinz/react-native-webview-bridge
- http://stackoverflow.com/questions/18470753/force-layout-to-refresh-repaint-android