Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/react-native-action-sheet

Package Overview
Dependencies
Maintainers
12
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/react-native-action-sheet - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

ActionSheet.android.js
// @flow
import React, { PropTypes } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import {

@@ -5,0 +6,0 @@ Animated,

import React from 'react';
import PropTypes from 'prop-types';
import ActionSheet from './ActionSheet';

@@ -6,7 +7,7 @@

static propTypes = {
children: React.PropTypes.any,
children: PropTypes.any,
};
static childContextTypes = {
showActionSheetWithOptions: React.PropTypes.func,
showActionSheetWithOptions: PropTypes.func,
};

@@ -13,0 +14,0 @@

import hoistStatics from 'hoist-non-react-statics';
import React from 'react';
import PropTypes from 'prop-types';

@@ -15,3 +16,3 @@ export default function connectActionSheet(WrappedComponent) {

ConnectedActionSheet.contextTypes = {
showActionSheetWithOptions: React.PropTypes.func,
showActionSheetWithOptions: PropTypes.func,
};

@@ -18,0 +19,0 @@

{
"name": "@expo/react-native-action-sheet",
"version": "1.0.0",
"version": "1.0.1",
"description": "A cross-platform ActionSheet for React Native",

@@ -32,9 +32,10 @@ "main": "index.js",

"dependencies": {
"hoist-non-react-statics": "^1.2.0"
"hoist-non-react-statics": "^2.2.2",
"prop-types": "^15.5.10"
},
"devDependencies": {
"flow-bin": "^0.26.0",
"react": "^15.2.0",
"react": "^15.6.1",
"react-native": "^0.28.0"
}
}
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