gcrabtree/react-native-socketio

self.bridge.eventDispatcher().sendDeviceEventWithName

Darkhorse-Fraternity opened this issue · 2 comments

when i refresh js ,it crash , the bug is in onAnyEventHandler -> self.bridge.eventDispatcher().sendDeviceEventWithName("socketEvent",body: ["name": sock.event, "items": items])

it report EXC-BAD-INSTRUCTION(CODE=EXCI386_INVOP,subcode=0x0)

asyne commented

@Darkhorse-Fraternity @awinogrodzki
I got a quick hot-fix for this in my fork. You can switch to my repo for a while:
$ npm i -S https://github.com/JustBlah/react-native-socketio.git\#ios-fix