Skip to content

codezri/react-native-ecommerce

Repository files navigation

react-native-ecommerce

A minimal React Native e-commerce app template.

This project provides a minimal starter project structure for your next awesome e-commerce app.

  • Screens: products list, details, and shopping cart summary.
  • Simple state management with React Context API.
  • Easy to extend with additional features.
  • A mock API service for product data.
  • Built with Expo.

Check this tutorial for guidance.

Sample Screens

Products List

Products List

Product Details

Product Details

Shopping Cart Summary

Shopping Cart Summary

Credits