- Home (GridView/ListView).
- Checkout steps.
- Cart
- Payment.
- Product (size, kit, qty, sub-items may also like).
- Review.
- Shipping.
- Thanks.
# Dependencies
npm install
# iOS only
cd ios && pod install && cd ..
# Run iOS
npx react-native run-ios
# Run Android
npx react-native run-android