Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.43 KB

#Mobile Chat App

To build the react-native project follow below steps:

  • Install NodeJS, if not installed

    • sudo apt-get install nodejs
  • Install npm, if not installed

    • sudo apt-get install npm
  • Follow the documentation to install android studio or xcode or to create fresh application.

    https://facebook.github.io/react-native/docs/getting-started.html

  • To build the project

    • After clone the project Go to directory

    • Install npm in project directory

      npm install

    • To run the project for android(Emulator should be running)

      react-native run-android

    • To run the project for ios

      react-native run-ios

References