kirkness / react-native-swift-socketio

A react native wrapper for socket.io-client-swift
109 stars 14 forks source link

Fix incompatibility with React Native 0.6.0 #4

Closed nicinabox closed 9 years ago

nicinabox commented 9 years ago

Fix incompatibility with React Native 0.6.0 due to missing NSObject in RCTConvert.

This fix recommended by @nicklockwood https://github.com/facebook/react-native/issues/1746