Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.11 KB

File metadata and controls

54 lines (40 loc) · 1.11 KB

TVGuide React Native Example App

Dependencies

Requirements

Installation

Clone repository:

git clone git@github.com:DenysZP/TVGuide.git

or

git clone https://github.com/DenysZP/TVGuide.git

After run:

npm install

Running

Once dependencies are installed, run the starter kit with:

npm start

This will start the React Packager.

iOS

react-native run-ios

Android

react-native run-android