Suhail - @SuhailKakar
An open source ecommerce mobile application built using Medusa and React Native Expo. It includes products screen, cart, checkout and payment.
Before you start with the tutorial make sure you have
- Node.js v14 or greater installed on your machine
- Expo CLI
- Medusa server v14 or greater installed on your machine
- Stripe account
- Stripe plugin is required on the Medusa server
- Clone the repository:
git clone https://github.com/suhailkakar/react-native-medusajs
- Change directory and install dependencies:
cd react-native-medusajs
npm install
- Start the app
expo start