You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Get started with our [📖 Docs](https://rnr-docs.vercel.app/getting-started/initial-setup/) or checkout the [🌐 web demo](https://rnr-showcase.vercel.app/)
11
+
[📖 Docs](https://rnr-docs.vercel.app/)
12
+
<br/>
13
+
[🌐 Web demo](https://rnr-showcase.vercel.app/)
12
14
13
15
### How to use
14
16
15
-
1. Follow our [documentation](https://rnr-docs.vercel.app/getting-started/initial-setup/) to get started with a template or with a manual configuration.
17
+
**Init**
16
18
17
-
2. Browse our [components](https://rnr-docs.vercel.app/components/accordion/) and use the CLI to add the components to your project
19
+
Quickly create a new project using the React Native Reusables CLI.
20
+
21
+
> If a `package.json` is detected, the CLI will install all necessary dependencies and automatically configure your project for you.
22
+
23
+
```bash
24
+
npx @react-native-reusables/cli@latest init
25
+
```
26
+
27
+
**Add**
28
+
29
+
Add components to an existing project using the React Native Reusables CLI.
This project includes only components built without third-party libraries or those that use [@rn-primitives](https://rnprimitives.com)_(universal radix-ui/primitives)_.
30
46
31
-
### Excluded components
47
+
**Excluded components**
32
48
33
-
Only **14 out of the 50** shadcn/ui components are excluded from this library. However, you can use the following packages or repositories to build your own
49
+
Only **14 out of the 51** shadcn/ui components are excluded from this library. However, you can use the following packages or repositories to build your own
0 commit comments