From 87eae35f964d9117625e5dbd9426cdf53d2ff701 Mon Sep 17 00:00:00 2001 From: Suraj Ahmed Choudhury Date: Wed, 25 Oct 2023 18:11:22 +0530 Subject: [PATCH] Update index.stories.mdx --- example/storybook/src/overview/Introduction/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook/src/overview/Introduction/index.stories.mdx b/example/storybook/src/overview/Introduction/index.stories.mdx index d50cf31f..4b02af83 100644 --- a/example/storybook/src/overview/Introduction/index.stories.mdx +++ b/example/storybook/src/overview/Introduction/index.stories.mdx @@ -20,7 +20,7 @@ gluestack-style is different from other styling libraries like Glamour, Emotion, gluestack-style originally started as part of NativeBase, a universal component library for both React and React Native. However, we realized that not everyone needs all the components from NativeBase, so we broke it down into two separate libraries: - [gluestack-style](https://gluestack.io/style) - The high-performing and universal styling library. -- [gluestack-ui](https://gluestack.io/ui/docs/overview/introduction) (Alpha) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. +- [gluestack-ui](https://gluestack.io/ui/docs/overview/introduction) - A set of ready-to-use universal components that can be added to any project and styled to fit your needs. You can even customize the components as desired. ## But aren’t React Native and React Native Web sufficient?