react-native-socketio
react-native-socketio copied to clipboard
emit an Array
is it not possible to emit an Array?
Code looks like:
socket.emit('foo', {array: [1,2]})

You can have a look at my pull request https://github.com/gcrabtree/react-native-socketio/pull/17 and add a method for a ReadableArray on Android.