Skip to content

paravsingla/codemania-react

Repository files navigation

codemania react native

This repository contains information and additional resources for the workshop

Instructions for the Environment Setup

  1. Install node js version 10.16 using the 64-bit installer from here.

  2. Open a command prompt window and type node --version to check the node js version installed in your system

  3. Make sure you have a good network connection, then type the following commands:

    npm install -g expo-cli

    npm install -g create-react-native-app

  4. These are the two packages we need to create and run react native applications

  5. To create a first application, open a command prompt in an empty folder.

  6. Type create-react-native-app HelloWorld to create an app named HelloWorld in the folder.

  7. To run the server, use npm start in the command window.

  8. Download the expo app from play store on your android device to run it on the device.

About

Additional resources for the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors