This project is an example e-commerce application developed using React Native. The application includes basic e-commerce functionality such as listing products, adding them to the cart, and placing orders.
Clone the project to your local machine and install the necessary dependencies.
git clone https://github.com/Myctr/E-Commerce-Template.git
cd E-Commerce-Template
yarn install
# for ios
npx pod-install
To start the application, use the following command:
# android
yarn run android
# ios
yarn run ios
- React Native
- Formik
- Yup
- Redux
- Async Storage
- Navigation