项目作者: mukeshmandiwal

项目描述 :
React-native-webview
高级语言: JavaScript
项目地址: git://github.com/mukeshmandiwal/RNWebViewExample.git
创建时间: 2020-05-16T18:55:31Z
项目社区:https://github.com/mukeshmandiwal/RNWebViewExample

开源协议:

下载


WebView — Navigation and Data flow with WebViews in a React Native app

  1. git clone https://github.com/mukeshmandiwal/RNWebViewExample.git
  2. cd RNWebViewExample
  3. yarn install or npm install
  4. # for ios
  5. cd ios && pod install
  6. react-native run-ios
  7. # for android
  8. react-native run-android

WebView and custom navigation to handle navigation in WebView

alt text

How to Pass data to React Native from WebView

alt text

How to Pass data to WebView from React Native

alt text

More detailed explanation here