From b431605b5f6b1a1a2b071c60213b62900dc32c2e Mon Sep 17 00:00:00 2001 From: Alessio Cancian Date: Fri, 18 Nov 2022 00:02:00 +0100 Subject: [PATCH] New release (3.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2df2c17..c23e118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alessiocancian/react-native-actionsheet", - "version": "3.1.3", + "version": "3.2.0", "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",