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
27
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 4.0.1 to 4.1.0

CHANGELOG.md

2

lib/typescript/connectActionSheet.d.ts
import * as React from 'react';
import { ActionSheetProps } from './types';
export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): React.FunctionComponent<OwnProps & ActionSheetProps>;
export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): React.FunctionComponent<OwnProps>;
{
"name": "@expo/react-native-action-sheet",
"version": "4.0.1",
"version": "4.1.0",
"description": "A cross-platform ActionSheet for React Native",

@@ -46,9 +46,9 @@ "react-native": "lib/module/index.js",

"prettier": "^2.3.2",
"react": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"semantic-release": "^19.0.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.9",
"typescript": "^3.5.3"
},
"peerDependencies": {
"react": ">=16.3.0"
"react": ">=18.0.0"
},

@@ -55,0 +55,0 @@ "@react-native-community/bob": {

@@ -54,3 +54,3 @@ # @expo/react-native-action-sheet

const onPress() => {
const onPress = () => {
const options = ['Delete', 'Save', 'Cancel'];

@@ -57,0 +57,0 @@ const destructiveButtonIndex = 0;

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