gcrabtree/react-native-socketio

emit an Array

Opened this issue · 1 comments

is it not possible to emit an Array?

Code looks like:
socket.emit('foo', {array: [1,2]})

screenshot_20160820-202142

You can have a look at my pull request #17 and add a method for a ReadableArray on Android.