tradle / react-native-udp

node's dgram for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect function signature prevents working with 0.71

steven-pearson opened this issue · comments

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

In UdpSocketsModule.java, should not be marked as @Override

PR has been approved and merged, just waiting for a new release to go out.

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.