1.0.4 • Published 4 years ago

react-native-simple-webview v1.0.4

Weekly downloads
30
License
-
Repository
-
Last release
4 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'}
/>

showcase