1.0.5-beta.1 • Published 3 years ago

@p2m/react-native-simple-webview v1.0.5-beta.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

react-native-simple-webview

An auto height webview for React Native

Usage is consistent with the official

import SimpleWebview from 'react-native-simple-webview';

<SimpleWebview
    scrollEnabled={false}
    originWhitelist={['*']}
    source={{ html, baseUrl: '' }}
    scalesPageToFit={Platform.OS !== 'ios'}
/>