Simple app for buying products
Note: Currenlty this app is being tested only on iOS. So we highly reccomend you ran it on iOS.
- Make sure you configured you local env correctly as per Documentation and can launch example app
- After clonning the repo install JS packages by running
yarn
- Switch to the ios folder
cd ios
and runpod install
Note: If you face errors saying that you are missing some gems like cocoapods make sure to switch to the root folder of the project and install ruby dependencies caled
gems
viabundle install
4.Sswitch back to the root and now you should be able to run project viayarn ios