Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 264 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 264 Bytes

RNtemplate

A project made with React Native to create Mobile Apps.

Installation

  • Install dependencies
npm install
  • Run iOS:
react-native run-ios
  • Run Android:
react-native run-android