-
Notifications
You must be signed in to change notification settings - Fork 52
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
In order to compile Java 9+ source, please set compileSdkVersion to 30 or above #58
Comments
Same issue I am facing |
Had the same issue, my fix was to change build configs for Android inside of node_modules/react-native-google-pay/android /build.gradle . It depends on your SDK version. ` android {
}` Don't forget you should do it each time then you decide to delete the node_modules. It's annoying, but u can create the patch with |
fixed the formatting:
|
Step 1 fork this repo android {
} Step 3
|
Getting this error to build app and also shows below error
GooglePay.setEnvironment(GooglePay.ENVIRONMENT_TEST)
this one shows Cannot read property setEnvironment of null
The text was updated successfully, but these errors were encountered: