Please clone this repository and complete the following steps to ensure that the application runs locally before the technical interview begins.
- node & npm:
brew install node
- cocoapods:
sudo gem install cocoapods
Due to how @react-native-community/cli
and its dependents are structured, we cannot include node_modules
within the repository and they need to be installed for each clone of this repository.
npm install
cd ios && pod install
npm run ios