Skip to content

Commit

Permalink
Released iOS style ActionSheetCustom implementation
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
Alessio Cancian committed Jul 1, 2021
1 parent 45582c6 commit 2ad2fee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@alessiocancian/react-native-actionsheet",
"version": "2.4.11",
"version": "3.0.1",
"description": "Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.",
"main": "lib/index.js",
"types": "lib/ts/index.d.ts",
"types": "lib/ts/index.d.ts",
"scripts": {
"lint": "standard lib/**/*.js",
"test": "jest --no-cache"
Expand All @@ -30,9 +30,9 @@
"custom-action-sheet"
],
"author": {
"name": "Alessio Cancian",
"url": "https://github.com/alessiocancian"
},
"name": "Alessio Cancian",
"url": "https://github.com/alessiocancian"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alessiocancian/react-native-actionsheet/issues"
Expand All @@ -54,5 +54,8 @@
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"@react-native-community/blur": "^3.6.0"
}
}

0 comments on commit 2ad2fee

Please sign in to comment.