Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method does not override or implement a method from a supertype #470

Open
jaimeagudo opened this issue Jul 20, 2017 · 6 comments
Open

Method does not override or implement a method from a supertype #470

jaimeagudo opened this issue Jul 20, 2017 · 6 comments

Comments

@jaimeagudo
Copy link

What version of RN and react-native-fcm are you running?

  "react-native": "0.47.0-rc.4",
 "react-native-fcm": "7.2.0",

What device are you using? (e.g iOS9 emulator, Android 6 device)?

Android 6 emulator, not compiling

Advanced:
Have you tried adding break point in native handlers to see if message gets delivered?
No
can share a project with issue?
No

:react-native-fcm:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/Users/jaime/Github/ROC/RocNativeProject/node_modules/react-native-fcm/android/src/main/java/com/evollu/react/fcm/FIRMessagingPackage.java:26: error: method does not override or implement a method from a supertype
    @Override
    ^
1 error
:react-native-fcm:compileReleaseJavaWithJavac FAILED
@povloid
Copy link

povloid commented Aug 2, 2017

some problem too

@pedrogarciyalopez
Copy link

someone solve the problem?

@PeterEmanuel
Copy link

PeterEmanuel commented Aug 4, 2017

+1 after upgrading (via git) to 0.47 with the few packages that I use, cm-rn-document-picker, rn-audio-toolkit, and some others.
After removed the document-picker (which I was not yet importing) I got it with the audio-toolkit.
Of course I cannot unlink it, because I do use this one.
Would this also happen with other linked packages?

@asgvard
Copy link

asgvard commented Aug 7, 2017

Corresponds to a breaking change:
facebook/react-native@ce6fb33

method createJSModules is no longer needed I guess?
Same here: Kureev/react-native-blur#226

@asgvard
Copy link

asgvard commented Aug 7, 2017

Seems to be fixed here:
4c49ca7

Try v8.0.0 of FCM

@Awadhesh31
Copy link

Awadhesh31 commented Nov 5, 2017

run react-native link and react-native upgrade inside you project then run
react-native run-android / ios
image

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

No branches or pull requests

6 participants