Skip to content

error: method do es not override or implement a method from a supertype #40

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

Open
randymuhroji opened this issue Oct 16, 2017 · 2 comments

Comments

@randymuhroji
Copy link

...\src\main\java\com\gcrabtree\rctsocketio\SocketIoPackage.java:28: error: method do es not override or implement a method from a supertype
@OverRide
^

public class SocketIoPackage implements ReactPackage {

    public SocketIoPackage() {
    }

    @Override
    public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
        return Arrays.<NativeModule>asList(
                new SocketIoModule(reactContext)
        );
    }

    @Override
    public List<Class<? extends JavaScriptModule>> createJSModules() {
        return Collections.emptyList();
    }

    @Override
    public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
        return Arrays.asList();
    }
}
@TranThanh96
Copy link

u can commend this line @OverRide

@vibss2397
Copy link

hey, I am having the same error, any fix in yet?

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

3 participants