Skip to content

Commit 2bb70ec

Browse files
committed
removing v1.2.0 instructions
1 parent cadae39 commit 2bb70ec

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/installation.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ yarn add react-native-rooster styled-components
1818
npm i react-native-rooster styled-components
1919
```
2020

21-
### Using yarn
22-
23-
```bash
24-
yarn add react-native-rooster@next styled-components
25-
```
26-
27-
### Using npm
28-
29-
```bash
30-
npm i react-native-rooster@next styled-components
31-
```
32-
33-
Check out the status of this version [here](https://github.com/mCodex/react-native-rooster/projects/1)
34-
3521
**NOTE:** RNRooster relies on styled-components because it makes easier to handle different kinds of style props and also helps making the code cleaner. You should install manually styled-components in your project (using one of the commands above).
3622

3723
## Import and wrap your application within RNRooster's provider

0 commit comments

Comments
 (0)