Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 256 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 256 Bytes

Setting up

  • Install react native as per the tutorial
  • Install android sdk and setup an emulator

Developing

  • Type react-native run-android run
  • Make any js changes, use Fn+F2 to reaload. (Cmd-M in newer versions accoring to stackoverflow)