Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 521 Bytes

Zesty-test

Here is the test I had to make, being the first step of the recruitment process

All the important informations required to complete this project are listed following this link: https://github.com/zesty-app/simple-rn-app/blob/main/README.md

To start the app run:

react-native run-ios

In case you would be running on a mac and can't build the app please follow this following rules:

If you don't have cocoa pods: 
- sudo gem install cocoapods
- cd ios
- run pod install
- cd ..
- react-native run-ios