@expo/react-native-action-sheet
Advanced tools
Comparing version 4.0.1 to 4.1.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175704
54