Skip to content

Commit 02a2113

Browse files
committed
add COMMUNITY_RESOURCES
1 parent 5565a64 commit 02a2113

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

COMMUNITY_RESOURCES.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Community Resources
2+
3+
This document lists community-created components, libraries, and templates that extend React Native Reusables and fill in missing shadcn/ui elements.
4+
Contributions are welcome! Submit a PR to add your resource.
5+
6+
---
7+
8+
## Components & Libraries
9+
10+
### Calendar
11+
12+
- [React Native Flash Calendar](https://github.com/MarceloPrado/flash-calendar)
13+
Incredibly fast and flexible library to build calendars in React Native.
14+
15+
### Carousel
16+
17+
- [Animated.ScrollView](https://medium.com/timeless/building-a-gallery-carousel-in-react-native-using-reanimated-i-19b19e6b6b10)
18+
Article explaining how to create a carousel using the ScrollView component.
19+
20+
### Chart
21+
22+
- [Victory Native](https://github.com/FormidableLabs/victory-native-xl)
23+
Charting library for React Native with a focus on performance and customization.
24+
25+
### Combobox
26+
27+
_TBD_
28+
29+
### Command
30+
31+
_TBD_
32+
33+
### Data Table
34+
35+
- [Tanstack Table](https://tanstack.com/table/latest)
36+
Headless UI for building powerful tables and datagrids.
37+
38+
### Date Picker
39+
40+
- [React Native DateTimePicker](https://github.com/react-native-datetimepicker/datetimepicker)
41+
Date and time picker component for iOS, Android, and Windows.
42+
43+
### Drawer
44+
45+
- [Universal Bottom Sheet](https://github.com/adebayoileri/universal-bottom-sheet) by [adebayoileri](https://github.com/adebayoileri)
46+
Bottom sheet component that combines Gorhom Bottom Sheet and Vaul for a seamless, responsive experience across mobile and web.
47+
48+
### Form
49+
50+
- [React Hook Form](https://react-hook-form.com/get-started#ReactNative)
51+
Performant, flexible, and extensible forms with easy-to-use validation.
52+
53+
### Input OTP
54+
55+
- [input-otp-native](https://github.com/yjose/input-otp-native)
56+
🔐 OTP input for React Native/Expo apps: unstyled, copy-paste examples that are fully tested and compatible with Nativewind.
57+
58+
### Resizable
59+
60+
_TBD_
61+
62+
### Scroll Area
63+
64+
- [React Native ScrollView](https://reactnative.dev/docs/scrollview)
65+
Generic scrolling container that can host multiple components and views.
66+
67+
### Sheet (Drawer Navigation)
68+
69+
- [Drawer Navigation](https://reactnavigation.org/docs/drawer-based-navigation/)
70+
Drawer navigation component that slides in from the side.
71+
72+
### Sonner
73+
74+
- [Sonner Native](https://github.com/gunnartorfis/sonner-native) by [gunnartorfis](https://github.com/gunnartorfis)
75+
Opinionated toast component for React Native. Port of @emilkowalski's sonner.
76+
77+
- [Burnt](https://www.npmjs.com/package/burnt)
78+
Cross-platform toasts for React Native, powered by native elements. Uses [Sonner](https://github.com/emilkowalski/sonner) on Web.
79+
80+
---
81+
82+
## Templates
83+
84+
- [RNR Base Bare](https://github.com/a0m0rajab/rnr-base-bare) by [a0m0rajab](https://github.com/a0m0rajab)
85+
Supabase-powered starter app with sign-in, sign-up, and profile functionality.

0 commit comments

Comments
 (0)