-
Couldn't load subscription status.
- Fork 55
Description
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