Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 550 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 550 Bytes

React Native Simple Template

Simple react native template

Pre-requisites

  • yarn
  • Android/iOS Simulator

Libraries

How to run

Android

Start your simulator emulator -avd Pixel_3a_API_27

Then in another terminal, start metro bundler yarn start

Then in another terminal, run the app yarn android

iOS

TODO