Skip to content

Commit 1d9c344

Browse files
committed
update README
1 parent b041f8e commit 1d9c344

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

README.md

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
_Work in progress..._
2-
31
# React Native Reusables
42

53
![banner](https://github.com/mrzachnugent/react-native-reusables/assets/63797719/0eef0a6d-d8eb-4b52-a97d-fa3b1e534215)
@@ -42,24 +40,25 @@ https://github.com/mrzachnugent/react-native-reusables/assets/63797719/ae7e074f-
4240
- Web: `pnpm dev:starter-base:web`
4341
- Docs: `pnpm dev:docs`
4442

45-
### Templates
43+
## Community
44+
45+
Explore community-created components and templates that extend the core library and fill in missing shadcn/ui elements. Contributions are welcome!
46+
47+
#### Components
4648

47-
**Starter-base:**
49+
- [universal-bottom-sheet](https://github.com/adebayoileri/universal-bottom-sheet) by [adebayoileri](https://github.com/adebayoileri): A bottom sheet component that combines Gorhom Bottom Sheet and Vaul for seamless and responsive experience across both mobile and web.
4850

49-
<img src="https://github.com/mrzachnugent/react-native-reusables/assets/63797719/42c94108-38a7-498b-9c70-18640420f1bc"
50-
alt="starter-base-template"
51-
style="width:270px;" />
51+
#### Templates
52+
53+
- [RNR Base Bare](https://github.com/a0m0rajab/rnr-base-bare) by [a0m0rajab](https://github.com/a0m0rajab): _A simple app using Supabase as the backend, featuring sign-in/sign-up and profile functionality._
5254

53-
Follow [instructions](https://rnr-docs.vercel.app/getting-started/initial-setup/) or check out the [code](apps/starter-base)
55+
<br/>
5456

55-
**Includes:**
57+
> If you'd like to share a template you've made with react-native-reusables, feel free to open a PR. The format should replicate the other community template items
5658
57-
- NativeWind v4
58-
- Dark and light mode
59-
- Android Navigation Bar matches mode
60-
- Persistent mode
61-
- Common components
62-
- ThemeToggle, Avatar, Button, Card, Progress, Text, Tooltip
59+
```md
60+
[Name of template/component](https://github.com/your-profile/your-template-repo) by [yourGithubHandle](https://github.com/yourGithubHandle): _A short description_
61+
```
6362

6463
### `rn-primitives`
6564

@@ -70,16 +69,3 @@ RNR components are built on top of universal _(iOS, Android, and Web)_ style agn
7069
[See screenshots](/packages/reusables/src/components/deprecated-ui/README.md)
7170

7271
The first draft of components with little to no focus on the web. The code remains for those who may still want to use it.
73-
74-
#### Community Templates
75-
76-
- [RNR Base Bare](https://github.com/a0m0rajab/rnr-base-bare) by [a0m0rajab](https://github.com/a0m0rajab): _A simple app using Supabase as the backend, featuring sign-in/sign-up and profile functionality._
77-
78-
<br/>
79-
<br/>
80-
81-
> If you'd like to share a template you've made with react-native-reusables, feel free to open a PR. The format should replicate the other community template items
82-
83-
```md
84-
[Name of template](https://github.com/your-profile/your-template-repo) by [yourGithubHandle](https://github.com/yourGithubHandle): _A short description_
85-
```

0 commit comments

Comments
 (0)