- Use a custom version of 'react-native-webview-bridge' compatible with React 16
- Import
PropTypes
from the dedicated package to make the plugin compatible with React16+
and React Native0.49+
- Use
ViewPropTypes
while preserving compatibility with React Native's older versions
- Fix : remove default style to prevent issues with 'flex' on Android (random flicker on render)
- Fix : apply height to the proper view
- Add prop
bodyClass