docs: mobile app guide with react native and expo (#13982)

* docs: mobile app guide with react native and expo

* fix vale error
This commit is contained in:
Shahed Nasser
2025-11-12 12:48:52 +02:00
committed by GitHub
parent 66d4ba105e
commit efed4d7346
14 changed files with 5494 additions and 7 deletions

View File

@@ -95,6 +95,10 @@ export const cart = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "addShippingMethodToCartStep",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/addShippingMethodToCartStep"

View File

@@ -6,5 +6,9 @@ export const example = [
{
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
}
]

View File

@@ -35,6 +35,10 @@ export const fulfillment = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "validateAndReturnShippingMethodsDataStep",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep"

View File

@@ -99,6 +99,10 @@ export const order = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "completeCartWorkflow",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/completeCartWorkflow"

View File

@@ -27,6 +27,10 @@ export const payment = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "createPaymentCollectionsStep",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createPaymentCollectionsStep"

View File

@@ -127,6 +127,10 @@ export const product = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "Show Product Categories in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/products/categories/list"

View File

@@ -7,6 +7,10 @@ export const region = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "Region React Context in Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/regions/context"

View File

@@ -103,6 +103,10 @@ export const storefront = [
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
},
{
"title": "Implement Mobile App with React Native, Expo, and Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/react-native-expo"
},
{
"title": "Storefront Production Optimization Tips",
"path": "https://docs.medusajs.com/resources/storefront-development/production-optimizations"