Skip to content

Commit 54b2c3d

Browse files
committed
Updated installation instructions
1 parent 383f902 commit 54b2c3d

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.2",
3+
"version": "1.5.3",
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
@@ -31,7 +31,7 @@ npm install --save react-tinder-card
3131
Additionally, if you are using React Native, you will need to install `react-spring` version 9.
3232

3333
```sh
34-
npm install --save "react-spring@^9.5.2"
34+
npm install --save @react-spring/native@^9.5.2
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)