mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-20 16:08:52 +00:00
* Adding a `contentInsetAdjustmentBehavior` prop to the WebView for iOS. This controls the way iOS will automatically adjust the insets when the webview is behind things like the iPhone X notch. * Removing the code to explicitly pass contentInsetAdjustmentBehavior to the WebView since it is already passed in otherProps.