diff --git a/example/storybook-nativewind/src/extra-components/nativewind/VadimStream.tsx b/example/storybook-nativewind/src/extra-components/nativewind/VadimStream.tsx index d438e3309..5f7cb872d 100644 --- a/example/storybook-nativewind/src/extra-components/nativewind/VadimStream.tsx +++ b/example/storybook-nativewind/src/extra-components/nativewind/VadimStream.tsx @@ -1,12 +1,7 @@ 'use client'; import React from 'react'; -import { Text } from '@/components/ui/text'; -import { Heading } from '@/components/ui/heading'; -import { VStack } from '@/components/ui/vstack'; -import { HStack } from '@/components/ui/hstack'; import { Box } from '@/components/ui/box'; import { useEffect } from 'react'; -import { Span } from '@expo/html-elements'; declare global { interface Window { @@ -72,30 +67,15 @@ const VadimStream = () => { }, []); return ( - - - - Learn about gluestack from Youtube guru{' '} - - notJust.dev - - - - Vadim, popularly known as "just-not-dev" on YouTube, offers insightful - and practical videos that explore a wide range of developer tools and - frameworks, including Gluestack-UI. - - - - - - + + + ); }; diff --git a/example/storybook-nativewind/src/guides/tutorials/Building Ecommerce App/index.nw.stories.mdx b/example/storybook-nativewind/src/guides/tutorials/building-ecommerce-app/index.nw.stories.mdx similarity index 58% rename from example/storybook-nativewind/src/guides/tutorials/Building Ecommerce App/index.nw.stories.mdx rename to example/storybook-nativewind/src/guides/tutorials/building-ecommerce-app/index.nw.stories.mdx index 7d12d7a25..b8a593793 100644 --- a/example/storybook-nativewind/src/guides/tutorials/Building Ecommerce App/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/guides/tutorials/building-ecommerce-app/index.nw.stories.mdx @@ -9,4 +9,8 @@ import VadimStream from '../../../extra-components/nativewind/VadimStream'; +# Learn about gluestack from Youtube guru [notJust.dev](https://www.youtube.com/@notjustdev) + +Vadim, popularly known as "not-just-dev" on YouTube, offers insightful and practical videos that explore a wide range of developer tools and frameworks, including Gluestack-UI. +