olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

Fix connecting to a websocket the second time returning "window.document is undefined" #29

Closed mlabrum closed 7 years ago

mlabrum commented 7 years ago

window.document is setup the first time, then cleared after start() is called... we need to reset up the window.document each time start() is called