Purpose
Build your own component libraries with react-native-reusables
. Copy, paste, and tailor the code to suit your specific requirements.
component. -->
Crafted with NativeWind v4 and accessibility in mind, react-native-reusables
is open source, offering a foundation for developing your own high-quality component library.
Purpose
Build your own component libraries with react-native-reusables
. Copy, paste, and tailor the code to suit your specific requirements.
node_modules
folder. You can customize it to your heart’s content.Project Scope
This project includes only components built without third-party libraries or those that use @rn-primitives (universal radix-ui/primitives). However, we have a list of libraries and repositories to help you find or create these additional components.
react-native-reusables
wayThis project aims to provide as little opinionated code as possible. However, some opinionated code is necessary to provide a consistent and easy-to-use experience.
The CSS variable names are based on shadcn/ui’s naming convention.
Folder structure:
~/components/ui
for components styled with NativeWind.~/lib
for utilities, hooks, and constants.