Skip to content

Commit c2532e5

Browse files
committed
Bump to 1.0.0-alpha.1
1 parent 166a93f commit c2532e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use npm or yarn to install the library
3939
npm i --save react-native-gallery-toolkit
4040
```
4141

42-
> Also, you need to install [[email protected]](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.
42+
> 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.
4343
4444
Expo is not currently supported because this library uses the latest version of Reanimated 2 (expo supports right now only alpha.6.1).
4545

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gallery-toolkit",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"private": false,
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)