diff --git a/README.md b/README.md index 84d1ed46..72c765dc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## Installation ```cmd -yarn add react-native-unistyles@rc +yarn add react-native-unistyles ``` ## [Documentation](https://reactnativeunistyles.vercel.app/) diff --git a/docs/src/content/docs/start/setup.mdx b/docs/src/content/docs/start/setup.mdx index b3829205..3eec0331 100644 --- a/docs/src/content/docs/start/setup.mdx +++ b/docs/src/content/docs/start/setup.mdx @@ -11,22 +11,10 @@ import Seo from '../../../components/Seo.astro' description: 'How to Setup react-native-unistyles' }} > - - - This project is currently in its Release Candidate phase. While it hasn't reached version 1.0.0 yet, it's been tested and proven in a large-scale application, performing flawlessly across hundreds screens and components. - - I'm looking for testers to check the typings, scalability and overall usability for your monorepo projects. - - Suggestions, ideas, and potential improvements are always welcome! - - ### Install library ```cmd - yarn add react-native-unistyles@rc + yarn add react-native-unistyles ```