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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user