1.0.1 • Published 5 years ago

vvdev-rn-webview v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

rn-webview

Before Used

Make sure you have installation react-native-webview

Installation

   npm install --save vvdev-rn-webview

Usage

   import WebViewComponent from 'vvdev-rn-webview';
   
   /*...*/
   
   render() {
     <WebViewComponent
       source={{uri: 'https://www.youtube.com/....'}}
     />
   }

Props

PropDescriptionType
sourceLink to Web PageString
styleStyle attributesObject
renderHeaderFunction that is returned by jsxFunction
renderLeftButtonFunction that is returned by jsxFunction
renderFooterFunction that is returned by jsxFunction
renderFooterBtnsFunction that is returned by jsxFunction
renderProgressBarFunction that is returned by jsxFunction
renderShareFunction that is returned by jsxFunction