zendesk / react-native-sunshine-conversations

React Native wrapper for Smooch.io
MIT License
36 stars 26 forks source link

Remove method that was removed from interface #31

Closed BigGillyStyle closed 7 years ago

BigGillyStyle commented 7 years ago

See https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8#diff-63e621165603dc1a84832d6c400fae31

BigGillyStyle commented 7 years ago

As of React-Native 0.47.0 the Android build is broken with:

/Users/apickler/liveworld/MobileMessagingApp/node_modules/react-native-smooch/android/src/main/java/com/smooch/rnsmooch/ReactNativeSmoochPackage.java:22: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-smooch:compileReleaseJavaWithJavac FAILED

And thus one can no longer execute react-native run-android.