diff --git a/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx b/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx index f363b58a6..466f11378 100644 --- a/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/home/overview/Upgrade to v2/index.nw.stories.mdx @@ -1,13 +1,8 @@ --- title: Upgrade to v2 | gluestack-ui -description: A migration guide is a document designed to help you seamlessly transition from your current gluestack ui version v1 to the new version v2. Whether you are upgrading, switching to a new version directly this guide provides step-by-step instructions, best practices, and troubleshooting tips to ensure a smooth migration process.. +description: A migration guide is a document designed to help you seamlessly transition from your current gluestack ui version v1 to the new version v2. Whether you are upgrading, switching to a new version directly this guide provides step-by-step instructions, best practices, and troubleshooting tips to ensure a smooth migration process. -pageTitle: Upgrade to v2 - -pageDescription: A migration guide is a document designed to help you seamlessly transition from your current gluestack ui version v1 to the new version v2. Whether you are upgrading, switching to a new version directly this guide provides step-by-step instructions, best practices, and troubleshooting tips to ensure a smooth migration process.. - -showHeader: true --- import { Meta } from '@storybook/addon-docs'; @@ -26,6 +21,8 @@ import { # Upgrade to v2 +A migration guide is a document designed to help you seamlessly transition from your current gluestack ui version v1 to the new version v2. Whether you are upgrading, switching to a new version directly this guide provides step-by-step instructions, best practices, and troubleshooting tips to ensure a smooth migration process. + ## Installation Run the below command to setup the project: @@ -804,6 +801,7 @@ In this property mapper table you can find all the properties of v1 and how they ### Property Combinations : + <> @@ -881,7 +879,14 @@ In this property mapper table you can find all the properties of v1 and how they - {`sx={{_ios: {property: },_android: {property: }}}`} + {`sx={{ + _ios: { + property: + }, + _android: { + property: + } + }}`} @@ -891,7 +896,24 @@ In this property mapper table you can find all the properties of v1 and how they - {`sx={{"@base": {_light: {property:},_dark: { property: }},"@md": {_light: { property: },_dark: { property: }}}`} + {`sx={{ + "@base": { + _light: { + property: + }, + _dark: { + property: + } + }, + "@md": { + _light: { + property: + }, + _dark: { + property: + } + } + }}`}