This project requires you to have the React Native CLI and CocoaPods (Mac/iOS only) installed.
After cloning the repo, run the following commands:
yarn install/npm installcd ios && pod install
To run the project use either of the following commands depending on your platform:
react-native run-iosreact-native run-android