diff --git a/docs/3.4.x/solito.mdx b/docs/3.4.x/solito.mdx index d88063de4..2762b9b0b 100644 --- a/docs/3.4.x/solito.mdx +++ b/docs/3.4.x/solito.mdx @@ -1,3 +1,8 @@ +--- +metaTitle: Creating a Universal App with NativeBase and Solito | NativeBase +metaDescription: Universal Apps has been made a reality in NativeBase, using Solito. A guide on how your next application can run with the same codebase on three platforms. +--- + For a long time, The React Native community had been looking for a way to make Universal Apps a reality with Server Side Rendering support for quite some time. The major roadblock that was stopping us was Navigation. Solito is the most probable answer. NativeBase already works on all three platforms, as we know, making the NativeBase and Solito combination a match made in heaven. With it, your next application can run with the same codebase on all three platforms. Here is how to proceed. diff --git a/docs/next/solito.mdx b/docs/next/solito.mdx index 9c0a6eb33..982621c0c 100644 --- a/docs/next/solito.mdx +++ b/docs/next/solito.mdx @@ -1,3 +1,8 @@ +--- +metaTitle: Creating a Universal App with NativeBase and Solito | NativeBase +metaDescription: Universal Apps has been made a reality in NativeBase, using Solito. A guide on how your next application can run with the same codebase on three platforms. +--- + For a long time, the React Native community has been looking for a way to make Universal Apps a reality with Server Side Rendering support. The major roadblock that was stopping us was Navigation. Solito is the most probable answer. NativeBase already works on all three platforms, as we know, making the NativeBase and Solito combination a match made in heaven. With it, your next application can run with the same codebase on all three platforms. Here is how to proceed. diff --git a/layouts/index.tsx b/layouts/index.tsx index d165430b0..ca7115bdb 100644 --- a/layouts/index.tsx +++ b/layouts/index.tsx @@ -105,8 +105,8 @@ function Layout({ }`; let href = "https://docs.nativebase.io/" + pages.currentPage.id; - const { metaTitle, metaDescription } = frontMatter; - console.log(metaTitle, metaDescription); + const {metaTitle,metaDescription}=frontMatter; + return ( <> @@ -117,7 +117,9 @@ function Layout({ /> {/* og meta links */} - +