tradle / react-native-udp

node's dgram for react-native
MIT License
341 stars 154 forks source link

Android - UdpSocketsModule method does not override or implement a method from a supertype #230

Closed codeion closed 1 year ago

codeion commented 1 year ago

Description

/node_modules/react-native-udp/android/src/main/java/com/tradle/react/UdpSocketsModule.java:33 error: method does not override or implement a method from a supertype

Steps to reproduce

Steps to reproduce the behavior:

  1. Run build in Android Studio

Invalid interface method override:

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

Current behavior

Gradle build failing.

Expected behavior

Gradle build passing.

Screenshots

Screenshot 2022-12-07 at 7 37 46

Relevant information

OS any
react-native 0.70.6
react-native-udp 4.1.6
congnt148 commented 1 year ago

facing same issue :(((

marcoazn89 commented 1 year ago

Was forced to lock version 4.1.5 for now

szbenceg commented 1 year ago

I had the same problem. With version 4.1.5 everything works fine.

mihailpozarski commented 1 year ago

I'm having the same issue as described here

ShalomGH commented 1 year ago

I have the same problem

github-actions[bot] commented 1 year ago

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.