- React Native - A framework for building mobile apps with React
- Redux - A state management library for JavaScript Apps
- React-Navigation - A routing and navigation library for React Native Apps
- Styled Components - CSS-IN-JS library
Install the following
- Clone the project by running
git clone <project-url.git>
- Run
yarn install
to install app dependencies expo start
- Launch the iOS Simulator from your web browser
- You can also scan the QR code to run the app on your device
- Install Xcode from the App store or goto `https://developer.apple.com/xcode/
- Open Xcode, enter CMD + SHIFT + 2 to view a list of simulators available.
- Select your desired iPhone and launch it
- Run
yarn test
to run tests