Skip to content

Commit abc542e

Browse files
committed
Clarified instructions
1 parent 54b2c3d commit abc542e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tinder-card",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "A npm react module for making react elements swipeable like in the dating app tinder.",
55
"repository": "3DJakob/react-tinder-card",
66
"license": "MIT",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install --save react-tinder-card
2828

2929
### React Native
3030

31-
Additionally, if you are using React Native, you will need to install `react-spring` version 9.
31+
Additionally, if you are using React Native and npm below version 7, you will need to install `react-spring` version 9.
3232

3333
```sh
3434
npm install --save @react-spring/native@^9.5.2

0 commit comments

Comments
 (0)