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
After install the plugin i'm getting this error on Android:
`Could not determine the dependencies of task ':react-native-paypal:compileDebugAidl'.
Could not resolve all task dependencies for configuration ':react-native-paypal:debugCompileClasspath'.
Could not resolve androidx.appcompat:appcompat:1.0.0.
Required by:
project :react-native-paypal
> Cannot find a version of 'androidx.appcompat:appcompat' that satisfies the version constraints:
Dependency path 'MyProject:react-native-paypal:unspecified' --> 'com.facebook.react:react-native:0.59.10' --> 'androidx.appcompat:appcompat:1.0.0'
Constraint path 'MyProject:react-native-paypal:unspecified' --> 'androidx.appcompat:appcompat' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0
Constraint path 'MyProject:react-native-paypal:unspecified' --> 'androidx.appcompat:appcompat' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0
Constraint path 'MyProject:react-native-paypal:unspecified' --> 'androidx.appcompat:appcompat' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0
Constraint path 'MyProject:react-native-paypal:unspecified' --> 'androidx.appcompat:appcompat' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0
Constraint path 'MyProject:react-native-paypal:unspecified' --> 'androidx.appcompat:appcompat' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0
Dependency path 'MyProject:react-native-paypal:unspecified' --> 'com.braintreepayments.api:braintree:3.17.3' --> 'androidx.appcompat:appcompat:1.2.0'
Dependency path 'MyProject:react-native-paypal:unspecified' --> 'com.braintreepayments.api:braintree:3.17.3' --> 'com.braintreepayments.api:core:3.17.3' --> 'com.braintreepayments:browser-switch:1.1.3' --> 'androidx.appcompat:appcompat:1.2.0'
`
On iOS it works perfectly
I'm on React Native 0.59.10 and react-native-paypal 4.1.0
The text was updated successfully, but these errors were encountered:
After install the plugin i'm getting this error on Android:
`Could not determine the dependencies of task ':react-native-paypal:compileDebugAidl'.
On iOS it works perfectly
I'm on React Native 0.59.10 and react-native-paypal 4.1.0
The text was updated successfully, but these errors were encountered: