Skip to content

Commit e524459

Browse files
committed
docs: update docs for ReactNative>=65 and <65
1 parent f8af6e0 commit e524459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
## Installation
2222

23-
Using Yarn
23+
#### For React Native 0.64 or lower
2424

2525
```sh
26-
yarn add react-native-compressor
26+
yarn add react-native-compressor@0.5.6
2727
```
2828

29-
Using Npm
29+
#### For React Native 0.65 or greater
3030

3131
```sh
32-
npm install react-native-compressor --save
32+
yarn add react-native-compressor
3333
```
3434

3535
### Automatic linking (for React Native >= 0.60 only)

0 commit comments

Comments
 (0)