We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffdd040 + 40a2d6e commit 73b2fcfCopy full SHA for 73b2fcf
.gitignore
@@ -39,3 +39,4 @@ buck-out/
39
\.buckd/
40
android/app/libs
41
android/keystores/debug.keystore
42
+node_modules
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-razorpay",
3
- "version": "2.2.9",
+ "version": "2.3.0",
4
"description": "React Native wrapper for Razorpay",
5
"main": "RazorpayCheckout.js",
6
"scripts": {
@@ -12,8 +12,8 @@
12
"url": "git+https://github.com/razorpay/react-native-razorpay.git"
13
},
14
"peerDependencies": {
15
- "react": "^17.0.0",
16
- "react-native": "^0.66.4"
+ "react": ">=16.8.0",
+ "react-native": ">=0.66.0"
17
18
"keywords": [
19
"react-native",
0 commit comments