You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facing this error while assembling for curefit app.
Could not resolve com.facebook.react:react-native:0.20.+.
Required by:
project :app > project :react-native-razorpay
> Failed to list versions for com.facebook.react:react-native.
Please update react-native version to the latest.
from implementation 'com.facebook.react:react-native:0.20.+'
to implementation 'com.facebook.react:react-native:+'
It has only changes in RazorpayPackage class. Everything should be fine.
The text was updated successfully, but these errors were encountered:
facing this error while assembling for curefit app.
Please update react-native version to the latest.
from implementation 'com.facebook.react:react-native:0.20.+'
to implementation 'com.facebook.react:react-native:+'
It has only changes in RazorpayPackage class. Everything should be fine.
The text was updated successfully, but these errors were encountered: