Welcome! This is the repo for the BOXT React Native technical interview. Please follow the instructions below before the test begins to ensure everything is running locally.
We’ll provide the full instructions during your scheduled call — including what to build and what we’re looking for. You’ll be expected to share your screen, so please ensure your environment is working and the development build is running ahead of time.
If you run into any issues getting set up, feel free to reach out ahead of the call — we’ll be happy to help!
git clone https://github.com/boxt/react-native-tech-test.git
cd react-native-tech-test
npm install
- For iOS:
npm run ios
- For Android:
npm run android
You should see a blank screen that says "Today's jobs"
This project uses react-native-unistyles v2 for theming.
- It’s already fully configured in the repo.
- You don’t need to be an expert in it.
- But if you're curious, it might be helpful to glance over how it works.