gcrabtree / react-native-socketio

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
MIT License
152 stars 53 forks source link

emit an Array #16

Open anki247 opened 8 years ago

anki247 commented 8 years ago

is it not possible to emit an Array?

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

screenshot_20160820-202142

davidperrenoud commented 8 years ago

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.