Bringing shadcn/ui to React Native. Beautifully crafted components with Nativewind, open source, and almost as easy to use.
This is a template for creating a custom registry using Next.js or Expo.
- The template uses a
registry.json
file to define components and their files. These are found in bothapps/docs
andapps/showcase
folders. - The
shadcn build
command is used to build the registry. - You can use
turbo registry
to build the registry. This will generate thepublic/r
folders in bothapps/docs
andapps/showcase
. - The registry items are served as static files under
public/r/[name].json
. - Every registry item are compatible with the
shadcn
CLI.
Visit https://rnr-registry-template-docs.vercel.app/ to view the documentation.
See the community resources for community-maintained components, libraries, and templates.
Licensed under the MIT license.
- react-native-reusables for the inspiration and the template.