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