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
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I am trying to upgrade to RN0.33.0 from RN0.30.0 and when compiling for android I get the following error:
The text was updated successfully, but these errors were encountered: