A shopping cart component for React Native
- 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 install
to install the dependencies needed to run the code effectively - Run on your iOS or Android simulator using
react-native run-ios
orreact-native run-android
respectively.