Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.27 KB

File metadata and controls

30 lines (20 loc) · 1.27 KB

Motivation:

Thanks for interviewing at Stripe. At Stripe, our interview process has some interviews where you write code, typically on your laptop. To make sure that we can use our time best in the interviews, we'd like to have you do some setup on your laptop in advance.

We've created a React Native project to help candidates determine if their laptops were setup to write and run React Native apps, so interviews can be about evaluating the candidate, and not the way their environment is setup.

First, clone or download this repository to your computer via the links on the right (creating a fork of the repository is not necessary).

Install dependencies

  • In a terminal navigate to the app directory
  • Install dependencies using npm install

If you don't have npm installed, you can download it along with Node.js here.

Running the app

You can run the appliction either in an iOS simulator or an Android emulator.

  • Run npm run ios to run the app in an iOS simulator
  • Run npm run android to run the app in an Android emulator

If you cannot run successfully at least one of these commands please check the set up environment instructions from the Expo documentation.