From 13432580c26814e0ed06a975b910b3038625520c Mon Sep 17 00:00:00 2001 From: sra1kumar-NULL Date: Thu, 27 Jun 2024 19:19:14 +0530 Subject: [PATCH] fix: final fix --- .../Upgrade to v2/index.nw.stories.mdx | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) 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 5c87a2bda..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 @@ -801,6 +801,7 @@ In this property mapper table you can find all the properties of v1 and how they ### Property Combinations : + <> @@ -878,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: + } + }}`} @@ -888,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: + } + } + }}`}