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
+8 -3
View File
@@ -35,15 +35,20 @@ export const storefrontDevelopmentSidebar = [
description:
"The following tutorials guide you to build a storefront for different kinds of use cases.",
children: [
{
type: "ref",
path: "/nextjs-starter/guides/storefront-returns",
title: "Create Returns from Storefront",
},
{
type: "link",
path: "/storefront-development/guides/express-checkout",
title: "Express Checkout Storefront",
},
{
type: "ref",
path: "/nextjs-starter/guides/storefront-returns",
title: "Create Returns from Storefront",
type: "link",
path: "/storefront-development/guides/react-native-expo",
title: "Mobile App with React Native and Expo",
},
],
},