adampash / react-native-hot-redux-starter

137 stars 8 forks source link

Error lanching with xcode #7

Closed smad closed 5 years ago

smad commented 8 years ago

image

I'am using 'npm run hot'

adampash commented 8 years ago

Make sure you've enabled the Chrome debugger, per the readme:

On first run, you'll likely receive an error because, in order for hot-loading to work, you need to be debugging in Chrome. Dismiss the error (press escape), then press Cmd+D and click on the Debug in Chrome button. When the Chrome debugger is open and connected, press Cmd+R in the iOS simulator to reload the app. You should now be hot-loading, and all changes you save in your source should update in the app.