From c2532e5283559a84947f46ea1b2371ec6b3c5ed6 Mon Sep 17 00:00:00 2001 From: Terry Sahaidak Date: Mon, 5 Oct 2020 11:56:24 +0300 Subject: [PATCH] Bump to 1.0.0-alpha.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1b528..eb0a6ad 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Use npm or yarn to install the library npm i --save react-native-gallery-toolkit ``` -> Also, you need to install [react-native-reanimated@alpha.7](https://github.com/software-mansion/react-native-reanimated) (then new 2 version) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler), and follow their installation instructions. +> Also, you need to install [react-native-reanimated@2.0.0-alpha.7](https://github.com/software-mansion/react-native-reanimated) (the new 2 version) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler), and follow their installation instructions. Expo is not currently supported because this library uses the latest version of Reanimated 2 (expo supports right now only alpha.6.1). diff --git a/package.json b/package.json index 41e9758..e701b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gallery-toolkit", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "private": false, "main": "lib/commonjs/index.js", "module": "lib/module/index.js",