Skip to content

Commit 2ad2fee

Browse files
author
Alessio Cancian
committed
Released iOS style ActionSheetCustom implementation
Closes #8
1 parent 45582c6 commit 2ad2fee

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@alessiocancian/react-native-actionsheet",
3-
"version": "2.4.11",
3+
"version": "3.0.1",
44
"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.",
55
"main": "lib/index.js",
6-
"types": "lib/ts/index.d.ts",
6+
"types": "lib/ts/index.d.ts",
77
"scripts": {
88
"lint": "standard lib/**/*.js",
99
"test": "jest --no-cache"
@@ -30,9 +30,9 @@
3030
"custom-action-sheet"
3131
],
3232
"author": {
33-
"name": "Alessio Cancian",
34-
"url": "https://github.com/alessiocancian"
35-
},
33+
"name": "Alessio Cancian",
34+
"url": "https://github.com/alessiocancian"
35+
},
3636
"license": "MIT",
3737
"bugs": {
3838
"url": "https://github.com/alessiocancian/react-native-actionsheet/issues"
@@ -54,5 +54,8 @@
5454
},
5555
"standard": {
5656
"parser": "babel-eslint"
57+
},
58+
"dependencies": {
59+
"@react-native-community/blur": "^3.6.0"
5760
}
5861
}

0 commit comments

Comments
 (0)