Native Shop A shopping app built with React Native. It was started as a practice project for React Native. (api)
Run the following commands in order to start up the app
- Clone the repo:
git clone https://github.com/Osama-Khan/react-native-shop
- CD into the created directory:
cd react-native-shop
- Install the dependencies:
npm install
- Start up the metro server:
npm start
- Run the app on
- iOS:
npm run ios
- Android:
npm run android
- iOS: