
Beautifully designed React Native components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
Visit nativeui.io to get started.
Check out the documentation for detailed usage instructions and examples.
- Copy and paste: No package to install. Copy the code and paste it into your project.
- Customizable: Components are built using Tailwind CSS. Customize them to match your design.
- Accessible: Built with accessibility in mind. Keyboard navigation, screen readers, and more.
- Mobile-first: Optimized for iOS and Android with React Native.
- Open Source: Free to use. MIT licensed.
Why copy and paste and not a package?
The idea behind this is to give you ownership and control over the code, allowing you to decide how the components are built and styled.
Start with some sensible defaults, then customize the components to your needs.
One of the drawbacks of packaging the components in an npm package is that the style is coupled with the implementation. The design of your components should be separate from their implementation.
Do you plan to publish it as an npm package?
No. We have no plans to publish it as an npm package.
What's the difference with NativeBase, Tamagui, etc?
NativeUI is not a component library. It's a collection of re-usable components that you can copy and paste into your apps.
What do we mean by not a component library?
We mean you do not install it as a dependency. It is not available or distributed via npm.
Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours.
Use this as a reference to build your own component libraries.
Please read our contributing guide.
Licensed under the MIT license.