-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update peer dependency to latest react native version #419
Comments
@doolb14 For now can you please use --legacy-peer-deps? We have tested with this flow and haven't seen any issues when using that flag. |
I've already installed the Razorpay package using this flag and it's working fine for now but this flag is applied to the whole package JSON file, which can cause issues with other libraries. |
The issue is if we update the version to 0.70 right now, we'll get tickets of the same type but with the ask to downgrade the version. Hence the wait. Apologies for the inconvenience. You can also try using the project by cloning it. This way you can change the versions to suit your needs at the moment. We will be updating this by end of this month at the latest. |
hi, #478 |
The latest react-native (v0.70) is not supported in peer-dependencies in the package.json file. Please update :)
The text was updated successfully, but these errors were encountered: