Skip to content

Commit

Permalink
Fix RN peer dependency version (#97)
Browse files Browse the repository at this point in the history
* Fix RN dependency version

* Update package version number
  • Loading branch information
markwilcox authored Feb 17, 2023
1 parent e06a67d commit 3d5e9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-deck-swiper",
"version": "2.0.12",
"version": "2.0.13",
"description": "Awesome tinder like card swiper for react-native. Highly Customizable!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"react": "^16.0.0-beta.5 || ^17.0.0 || ^18.0.0",
"react-native": "^0.49.1"
"react-native": ">=0.49.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
Expand Down

0 comments on commit 3d5e9e7

Please sign in to comment.