Skip to content

Commit

Permalink
Remove restriction on react-native version
Browse files Browse the repository at this point in the history
  • Loading branch information
Doko-Demo-Doa committed Jan 7, 2024
1 parent a90a121 commit d709a42
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shake",
"version": "5.5.2",
"version": "5.6.0",
"description": "A library to detect shake event on Android and iOS",
"homepage": "https://github.com/Doko-Demo-Doa/react-native-shake",
"main": "lib/src/index.js",
Expand Down Expand Up @@ -36,6 +36,10 @@
"prepare": "npm run compile",
"test": "jest"
},
"dependencies": {
"react": "^18.2.0",
"react-native": "^0.72.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/runtime": "^7.22.5",
Expand All @@ -53,7 +57,7 @@
},
"peerDependencies": {
"react": "*",
"react-native": "^0.71.6"
"react-native": "*"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit d709a42

Please sign in to comment.