Socket
Socket
Sign inDemoInstall

react-native-webview

Package Overview
Dependencies
Maintainers
2
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-webview - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

index.js
var React = require('react-native');
var { requireNativeComponent,PropTypes,NativeModules } = React;
var { requireNativeComponent,PropTypes,NativeModules,View } = React;
var UIManager = NativeModules.UIManager;
var NativeWebView = requireNativeComponent('RCTWebView',WheelView);
var NativeWebView = requireNativeComponent('RCTWebView',WebView);

@@ -15,11 +15,4 @@ var WEBVIEW_REF = 'webview';

automaticallyAdjustContentInsets: PropTypes.bool,
// bounces: PropTypes.bool,
contentInset: PropTypes.object,
html: PropTypes.string,
// injectedJavaScript: PropTypes.string,
// onNavigationStateChange: PropTypes.func,
// renderError: PropTypes.func,
// renderLoading: PropTypes.func,
scrollEnabled: PropTypes.bool,
// startInLoadingState: PropTypes.bool,
url: PropTypes.string,

@@ -26,0 +19,0 @@ javaScriptEnabledAndroid: PropTypes.bool,

2

package.json
{
"name": "react-native-webview",
"version": "1.0.2",
"version": "1.0.3",
"description": "andorid webview for react-native",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc