rnwebviewbackforward
v1.0.1
Published
react native webview with button back and forward
Downloads
2
Maintainers
Readme
Package for React Native WebView With Button Back and Forward.
Install
npm i rnwebviewbackforward
Use
- Import
import WebViewBackForward from 'rnwebviewbackforward'
...
return(
<WebViewBackForward
uri = 'https://github.com/thisWandiPratama'
/>
)
...