Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.08 KB

APSY interview

Getting Started

This project was bootstrapped with react native cli and npx react-native init command with use of typescripe template.

How to setup

To start the project, go to project directory and open a terminal or cmd and type npm install or yarn install to install all dependency of project. After installation of all packages without any error, you should link fonts which is available in root directory of the project, So to do that, run npx react-native link.

Run app on android device

After all setup you could run app on android device or emulator by typing npx react-native run-android.

Run app on ios device

To start ios application first go to ios sub-directory of project an d run pod install to install all dependencies and then run npx react-native run-ios to start project on ios devices as well.

Test

For testing for app you just needs to type npm run test in the root directory of you applicaiton