Skip to content

mukeshmandiwal/RNWebViewExample

Repository files navigation

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

 git clone https://github.com/mukeshmandiwal/RNWebViewExample.git

 cd RNWebViewExample

 yarn install or npm install

# for ios
cd ios && pod install

react-native run-ios

# for android
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