From e85d0186223b342f4126ea099076e0e84cdf0a91 Mon Sep 17 00:00:00 2001 From: Alessio Cancian Date: Tue, 16 Mar 2021 23:16:05 +0100 Subject: [PATCH] Bumb package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb88d20..38e0f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alessiocancian/react-native-actionsheet", - "version": "2.4.10", + "version": "2.4.11", "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",