-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,15 +36,15 @@ or | |
yarn add [email protected] | ||
``` | ||
|
||
# Version 1.3.5 or higher **react-native-reanimated v2** | ||
# Version 1.3.5 or higher - **react-native-reanimated v2** | ||
|
||
- All animations now are using react-native-reanimated v2, as it was officially released recently. Please follow the Software Mansion guide installation for the react-native-reanimated v2: https://docs.swmansion.com/react-native-reanimated/docs/installation | ||
|
||
- OBS.: if during Software Mansion installation guide your project won't build or builds but crashes on start, try removing node_modules folder. | ||
|
||
- OBS. 2: if you don't want to use the new react-native-reanimated v2, **do not** upgrade to this version, install version 1.3.4 and [email protected] | ||
|
||
# Version 1.3.4 or lower **react-native-reanimated v1** | ||
# Version 1.3.4 or lower - **react-native-reanimated v1** | ||
|
||
- Last stable version of this lib with Software-Mansion react-native-reanimated v1. | ||
|
||
|