z-dev / react-native-checkout

Checkout component for React Native
110 stars 41 forks source link

Android build issue #23

Closed Alex-Mann closed 7 years ago

Alex-Mann commented 7 years ago

When trying to build the project on Android this issue prevents me from running the project:

/Users/alexandermann/Code/Whisk/whisk-mobile-client/node_modules/react-native-awesome-card-io/android/src/main/java/com/cardio/RNCardIOPackage.java:23: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-awesome-card-io:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

The only part in my project that depends on the CardIO module is react-native-checkout

richardgill commented 7 years ago

We're using this module on another project pretty soon, so we'll get back this issue soon.

Which version of RN are you using?

Alex-Mann commented 7 years ago

Appreciate it. I'm using RN 0.47.1.

richardgill commented 7 years ago

Looks like it's just a react-native-awesome-card-io issue:

https://github.com/Kerumen/react-native-awesome-card-io/issues/53

Alex-Mann commented 7 years ago

Submitted a PR. One of the maintainers of react-native-awesome-card-io has pushed v0.7.0 which seems to have fixed the issue.

See: https://github.com/Kerumen/react-native-awesome-card-io/issues/58