Skip to content
amitshah edited this page Jun 10, 2018 · 1 revision

To get rid of Websocket error: https://github.com/facebook/react-native/issues/10027 Hi, guys! This works for me (on simulator):

  1. Xcode menu -> Product -> Edit Scheme...
  2. Environment Variables -> Add -> Name: "OS_ACTIVITY_MODE", Value:"disable"
  3. Run your app again, done! 😄
Clone this wiki locally