You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,17 @@ or
22
22
yarn add react-native-floating-label-input
23
23
```
24
24
25
+
## ⚠ Important
26
+
27
+
- If you are using version 1.3.5 see the instructions below.
28
+
25
29
# Version 1.3.5 **react-native-reanimated v2**
26
30
27
-
- All animations now are using react-native-reanimated v2, as it was officially released recently.
31
+
- 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
32
+
33
+
- OBS.: if during Software Mansion installation guide your project won't build or builds but crashes on start, try removing node_modules folder.
34
+
35
+
- 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.
0 commit comments