Skip to content

rajnishc8/Week1-T1-RNA

Repository files navigation

Week1-T1-RNA

React Native App

This app demonstrates use of react-native to create project which use react-navigation.

To test this out

  1. Clone repository
git clone https://github.com/rajnishc8/Week1-T1-RNA
cd Week1-T1-RNA
npm install
react-native run-android

Get Started

Creating this app

  1. react-native init Week1_Task1_RNA_V1
  2. cd Week1_Task1_RNA_V1
    2a.) npm install --save react-navigation
    2b.) npm install --save react-native-vector-icons  <- run this from admin command prompt. 
    2c.) react-native link        <- do this after installing all npm packages.
  1. react-native run-android.
  2. wait few moments . You should see app running in device or emulator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published