@expo/react-native-action-sheet
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@expo/react-native-action-sheet", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A cross-platform ActionSheet for React Native", | ||
"react-native": "src/index.ts", | ||
"types": "lib/typescript/src/index.d.ts", | ||
"react-native": "lib/module/index.js", | ||
"types": "lib/typescript/index.d.ts", | ||
"main": "lib/commonjs/index.js", | ||
"module": "lib/module/index.js", | ||
"files": [ | ||
"lib/", | ||
"src/" | ||
"lib" | ||
], | ||
@@ -13,0 +12,0 @@ "scripts": { |
@@ -1,2 +0,5 @@ | ||
# react-native-action-sheet [![Slack](https://slack.expo.io/badge.svg)](https://slack.expo.io) | ||
# react-native-action-sheet | ||
[![npm](https://img.shields.io/npm/v/@expo/react-native-action-sheet.svg?style=flat-square)](https://www.npmjs.com/package/@expo/react-native-action-sheet) | ||
[![License: MIT](https://img.shields.io/github/license/nd-02110114/goofi-mobile.svg)](https://opensource.org/licenses/MIT) | ||
[![Slack](https://slack.expo.io/badge.svg)](https://slack.expo.io) | ||
@@ -8,3 +11,3 @@ ActionSheet is a cross-platform React Native component that uses the native UIActionSheet on iOS and a JS implementation on Android. Almost a drop in replacement for [ActionSheetIOS](https://facebook.github.io/react-native/docs/actionsheetios.html) except it cannot be called statically. | ||
|---------------------------|---------------------------|---------------------------| | ||
| <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/ios.gif" width="200" height="400"/> | <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/android.gif" width="200" height="400"/> | <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/web.gif" width="300" height="400"/> | | ||
| <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/ios.gif" width="200" height="400"/> | <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/android.gif" width="200" height="400"/> | <img src="https://raw.githubusercontent.com/expo/react-native-action-sheet/master/gif/web.gif" width="400" height="400"/> | | ||
@@ -150,3 +153,3 @@ | ||
$ cd react-native-action-sheet | ||
$ yarn install | ||
$ yarn | ||
``` | ||
@@ -153,0 +156,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
171
118026
48
289