Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 793 Bytes

File metadata and controls

14 lines (11 loc) · 793 Bytes

The power of React Hot Loader

Thanks to @gaearon, and Michael Johnston, you'll be able to use React Hot Loader, within your React Native project. More infos:

Run the project

  • run npm i to install the dependencies
  • run npm run hot to start the packager
  • open the project into ios/ with xcode and then run the project into your favorite device !
  • make sure to have Chrome Debugger enabled (in the simulator ctrl + cmd + z -> enable Chrome debugging)

More infos on the official React Native doc