Skip to content

Commit 36e138c

Browse files
authored
Update README.md
1 parent 2069ddb commit 36e138c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,41 @@ yarn add react-native-floating-label-input
2424

2525
## ⚠ Important
2626

27-
- If you are using version 1.3.5 see the instructions below.
27+
- If you are using version 1.3.5 see the instructions below.
28+
- If not, just install:
29+
```bash
30+
31+
```
32+
33+
or
34+
35+
```bash
36+
37+
```
2838

2939
# Version 1.3.5 **react-native-reanimated v2**
3040

3141
- 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
3242

3343
- OBS.: if during Software Mansion installation guide your project won't build or builds but crashes on start, try removing node_modules folder.
3444

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.
45+
- 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]
46+
47+
# Version 1.3.4 **react-native-reanimated v1**
48+
49+
- Last stable version of this lib with Software-Mansion react-native-reanimated v1.
50+
51+
Just install by running:
52+
53+
```bash
54+
55+
```
56+
57+
or
58+
59+
```bash
60+
61+
```
3662

3763
# Version 1.3.2 **new props**
3864

0 commit comments

Comments
 (0)