Upgrading react-native-udp to ^4.0.0 will break, causing a `dgram.createSocket is not a function` I suggest to use `import dgram from 'react-native-udp';` in lib/index.js instead of `var dgram = require('react-native-udp');`
Upgrading react-native-udp to ^4.0.0 will break, causing a
dgram.createSocket is not a functionI suggest to use
import dgram from 'react-native-udp';in lib/index.js instead ofvar dgram = require('react-native-udp');