react-native-cart
A shopping cart component for React Native
Screenshot of the UI

Getting Started
- Clone this repo unto your local machine using the following command:
git clone https://github.com/Chiamaka/react-native-cart.git - cd into the repo:
cd react-native-cart - run
npm installto install the dependencies needed to run the code effectively - Run on your iOS or Android simulator using
react-native run-iosorreact-native run-androidrespectively.