Skip to content

Sharf8351/react-native-take-home

 
 

Repository files navigation

Thank you for participating in our React Native take-home exam. We appreciate your interest in joining our team and are excited to see your skills in action.

This take-home exam is designed to assess your proficiency in React Native development and your ability to solve real-world challenges. The tasks provided will test your knowledge of React, JavaScript, and mobile app development, as well as your problem-solving and critical thinking abilities.

Running the app

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

yarn start

Step 2: 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

yarn android

For iOS

yarn ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 42.3%
  • TypeScript 21.4%
  • Objective-C 13.6%
  • Ruby 13.5%
  • JavaScript 4.8%
  • Objective-C++ 4.4%