This repository contains a technical challenge for prospective React Native candidates. It contains a simple Santander branch finder application.
This is a React Native Expo app using the managed workflow. To install and run the app, you will need the following installed on your machine:
- Node: https://nodejs.org/en/download/
- Yarn: https://classic.yarnpkg.com/en/docs/install
- The Expo CLI: https://docs.expo.dev/get-started/installation/
You will also need an iOS device, iOS simulator, Android emulator or connected Android device to run the app on.
To begin, clone the repo and run yarn. For Android development, you'll also need to replace API_KEY in app.json with the supplied value.
To run the app, once you have the above prerequisites, you can use
yarn android
yarn ios