Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 530 Bytes

basic_guide.md

File metadata and controls

37 lines (24 loc) · 530 Bytes

Basic Dependencies:

This project is built using React Native. You will need the following dependencies.

1. Node and Watchman

Install Node along with npm and Watchman.

For MacOS:

$ brew install node
$ brew install watchman

For Linux:

$ sudo apt-get install nodejs
$ sudo npm install npm --global

2. React Native CLI

Install React Native CLI globally.

$ npm install -g react-native-cli

3. NPM Dependencies

Install package-dependencies using NPM.

$ npm install