ShopApp is a React Native based boilerplate for an e-commerce application. It has the following features:
- User Authentication
- User Cart management
- User product management
- User can add products to the products database, and can edit/delete their own products
- Firebase database connectivity
- Uses Redux for state management
git clone https://github.com/18rohan/ShopApp.git
cd ShopApp-master
expo install
This will start the expo server
expo start
expo ios/android
Press I for ios emulator, or A for android emulator in the terminal, when the expo server is up and running.