Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Android: Error compiling LockReactPackage due to a breaking change in RN 0.47 #173

Open
psam44 opened this issue Aug 5, 2017 · 0 comments

Comments

@psam44
Copy link

psam44 commented Aug 5, 2017

version 0.6.0.

[...]\node_modules\react-native-lock\android\src\main\java\com\auth0\lock\react\
LockReactPackage.java:146:
error: method does not override or implement a method from a supertype
    @Override

Reference is https://github.com/facebook/react-native/releases/tag/v0.47.0

As of 0.47, the fix is to remove import com.facebook.react.bridge.JavaScriptModule;
and the createJSModules() function (not used anymore).

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