/RNAssessment

Primary LanguageTypeScript

This is a new Interview Assessment test develop using React Native.

To run the project, please follow step below.

Getting Started

Step 1: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios