-
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
Need some help to solve the issue #433
Comments
my build.gradle: import org.apache.tools.ant.taskdefs.condition.Os // Top-level build file where you can add configuration options common to all sub-projects/modules.
} def REACT_NATIVE_VERSION = new File(['node', '--print',"JSON.parse(require('fs').readFileSync(require.resolve('react-native/package.json'), 'utf-8')).version"].execute(null, rootDir).text.trim()) allprojects {
} configurations.all { |
The error is because jitpack is down currently. Funnily enough, razorpay SDK is actually hosted on mavenCentral repository. Can you folks try running it after removing the line |
After removing the link I am getting below Error A problem occurred evaluating project ':app'.
|
try reinstalling the react-native-razorpay package. |
Could not determine the dependencies of task ':app:processDebugResources'.
The text was updated successfully, but these errors were encountered: