react-native-clock-sync
react-native-clock-sync copied to clipboard
Problem with UDP on iOS
I ran my program using clock-sync on Android, and everything worked fine, data is pulled correctly, however when I run it on iOS, it returns this error:
UdpSockets.bind was called with 4 arguments but expects 5 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.
react-native 0.62.2; react-native-udp 3.1.0
same issue
same issue
same issue
any updates?