Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Unable to compile for RN0.33.0 [Android] #196

Closed
julienvincent opened this issue Sep 10, 2016 · 1 comment
Closed

Unable to compile for RN0.33.0 [Android] #196

julienvincent opened this issue Sep 10, 2016 · 1 comment

Comments

@julienvincent
Copy link

I am trying to upgrade to RN0.33.0 from RN0.30.0 and when compiling for android I get the following error:

:react-native-push-notification:compileReleaseJavaWithJavac
/Users/julienvincent/code/yumo/mobile/node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java:30: error: RNPushNotification is not abstract and does not override abstract method onActivityResult(Activity,int,int,Intent) in ActivityEventListener
public class RNPushNotification extends ReactContextBaseJavaModule implements ActivityEventListener {
       ^
/Users/julienvincent/code/yumo/mobile/node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java:168: error: method does not override or implement a method from a supertype
    @Override
    ^
2 errors
:react-native-push-notification:compileReleaseJavaWithJavac FAILED
@julienvincent
Copy link
Author

Duplicate of #158

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant