question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compilation error with RN 0.47

See original GitHub issue

With version 0.47 of react-native I get the following error:

\android\src\main\java\com\dieam\reactnativepushnotification\ReactNativePushNotificationPackage.java:20: error: method does not override or implement a method from a supertype @Override ^

In this version of react-native the method createJSModules has been removed from ReactPackage. Maybe it was not a great idea, because it seems like a breaking change. However I suppose method must be deleted to have a version of this package compatible with RN 0.47.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:9

github_iconTop GitHub Comments

3reactions
m-vdbcommented, Aug 22, 2017

last commit on this repo is 3months old 😦

3reactions
NguyenThaiHoc1commented, Aug 16, 2017

just remove the @Override in this file

Read more comments on GitHub >

github_iconTop Results From Across the Web

Difference between Compile Time Errors and Runtime Errors
This compiler error indicates something that must be fixed before the code can be compiled. All these errors are detected by the compiler...
Read more >
react-native-sqlite-storage - UNPKG
Fix package org.pgsqlite not found error for RN 0.58.4 ... New version of native binaries compile with latest sqlite version 3.20.1 supporting pcre ......
Read more >
rn-inspection-camera - npm
A Camera component for React Native. Also reads barcodes.. Latest version: 1.0.0, last published: 3 years ago. Start using rn-inspection-camera in your ...
Read more >
error: "prettier/react" has been merged into "prettier" in eslint-config ...
According to RN's doc, the command cd android && ./gradlew bundleProductionRelease successfully generates the android/app/build/outputs/bundle/productionRelease ...
Read more >
[HELP] Compile Errors in GM | GameMaker Community
so I was learning todo multiplayer in gamemaker with this tutorial : but at the end of ep2 where it was time to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found