Skip to content

Commit

Permalink
Bump to 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Oct 5, 2020
1 parent 166a93f commit c2532e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Use npm or yarn to install the library
npm i --save react-native-gallery-toolkit
```

> 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.
> 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).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2532e5

Please sign in to comment.