Empty2k12 / react-native-take-home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To The Tasks

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


Languages

Language:Java 42.2%Language:TypeScript 21.4%Language:Objective-C 13.6%Language:Ruby 13.5%Language:JavaScript 4.8%Language:Objective-C++ 4.4%