Skip to content

Commit

Permalink
docs: remove rc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Oct 17, 2023
1 parent 929986f commit 360c9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Installation

```cmd
yarn add react-native-unistyles@rc
yarn add react-native-unistyles
```

## [Documentation](https://reactnativeunistyles.vercel.app/)
Expand Down
14 changes: 1 addition & 13 deletions docs/src/content/docs/start/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,10 @@ import Seo from '../../../components/Seo.astro'
description: 'How to Setup react-native-unistyles'
}}
>

<Card
title="RC"
icon="warning"
>
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!
</Card>

### Install library

```cmd
yarn add react-native-unistyles@rc
yarn add react-native-unistyles
```


Expand Down

0 comments on commit 360c9c0

Please sign in to comment.