This is Jose Alejandro Vera challenge project app. It is an ios app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run the project locally you need this:
- NodeJS now using v18.16.1
- Xcode
- CocoaPods with homebrew Now using v 1.12.1
- Xcode >= 14.0 ( Required MacOs >= 12.6)
Install Node dependencies.
npm install
For iOS: Install pods dependencies into the ios
folder.
cd ios
pod install
If the pod install step fails, it may be related to no default xcode in the computer, try running this command:
sudo xcode-select --switch /Applications/Xcode.app
To run iOS app you can use some of the following scripts:
npm run ios
To run tests
npm run test