Skip to content

Commit b041f8e

Browse files
committed
fix(docs): update project scope
1 parent 25fa837 commit b041f8e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

apps/docs/src/content/docs/getting-started/introduction.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: React Native Reusables
3-
description: Universal shadcn/ui for React Native - Copy, paste, and tailor components to suit your specific requirements.
3+
description: Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
44
---
55

66
{/* prettier-ignore-start */}
@@ -29,6 +29,12 @@ Crafted with [NativeWind v4](https://www.nativewind.dev/v4/overview) and accessi
2929
- **Customization**: The code lives in your project, not in your `node_modules` folder. You can customize it to your heart's content.
3030
- **Dark mode**: Re-usable css variables for light and dark modes.
3131

32+
<br />
33+
34+
<Card title="Project Scope">
35+
Only components built without third-party libraries or that use @rn-primitives (where radix-ui/primitives is used on the web) are included. Components depending on other third-party libraries are not part of this project. However, we will maintain a [list of libraries and repositories](https://github.com/mrzachnugent/react-native-reusables?tab=readme-ov-file#community) to help you find or create these additional components.
36+
</Card>
37+
3238
### How to use
3339

3440
1. [Use a template or manually setup configuration](/getting-started/initial-setup)

apps/docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: React Native Reusables
3-
description: Universal shadcn/ui for React Native - Copy, paste, and tailor components to suit your specific requirements.
3+
description: Universal shadcn/ui for React Native featuring a focused collection of components - Crafted with NativeWind v4 and accessibility in mind.
44
---

0 commit comments

Comments
 (0)