Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Provides the ability to perform React Native calls from the WebView

License

NotificationsYou must be signed in to change notification settings

Intellicode/react-native-bridgeable-webview

Repository files navigation

A<WebView> component replacement for react-native

Requires react-native == 0.6

Add it to your project

  1. Runnpm install react-native-bridgeable-webview --save
  2. Open your project in XCode, right click onLibraries and clickAdd Files to "Your Project Name"
    • ScreenshotScreenshot (use the RNBridgeableWebview project rather than the one pictured in screenshot).
  3. AddlibRNBridgeableWebview.a toBuild Phases -> Link Binary With Libraries(Screenshot).
  4. Whenever you want to use it within React code now you can:var WebView = require('react-native-bridgeable-webview');

Usage

var WebView = require('react-native-bridgeable-webview');

It is the exact same component asWebView except it offers a custom url scheme that acts as message bridge and a methodonWebViewMessageSent to respond to calls made from the webview.

In your react-native code you can include the following snippet as aWebView replacement:

<WebViewref={WEBVIEW_REF}automaticallyAdjustContentInsets={false}style={styles.webView}url={this.state.url}javaScriptEnabledAndroid={true}onNavigationStateChange={this.onNavigationStateChange}onWebViewMessageSent={this.onWebViewMessageSent}startInLoadingState={true}/>

About

Provides the ability to perform React Native calls from the WebView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp