Skip to content

Commit 73b2fcf

Browse files
authored
Merge pull request #425 from razorpay/b/peer_dependency_changes
B/peer dependency changes
2 parents ffdd040 + 40a2d6e commit 73b2fcf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ buck-out/
3939
\.buckd/
4040
android/app/libs
4141
android/keystores/debug.keystore
42+
node_modules

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-razorpay",
3-
"version": "2.2.9",
3+
"version": "2.3.0",
44
"description": "React Native wrapper for Razorpay",
55
"main": "RazorpayCheckout.js",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"url": "git+https://github.com/razorpay/react-native-razorpay.git"
1313
},
1414
"peerDependencies": {
15-
"react": "^17.0.0",
16-
"react-native": "^0.66.4"
15+
"react": ">=16.8.0",
16+
"react-native": ">=0.66.0"
1717
},
1818
"keywords": [
1919
"react-native",

0 commit comments

Comments
 (0)