From ae30bc66c6959b0615c281ef861ed7987d0dbc9d Mon Sep 17 00:00:00 2001 From: xiaoyann <0x0886@gmail.com> Date: Thu, 28 Sep 2017 12:09:08 +0800 Subject: [PATCH] release 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e776a31..8c6f714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-actionsheet", - "version": "2.2.2", + "version": "2.3.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", "scripts": {},