A collection of copy-paste React Native components built for Unistyles.
CraftReactNative UI provides production-ready React Native components designed specifically to work with Unistyles. Instead of installing a package, you copy the component code directly into your project, giving you full control and customization.
Note: This is a community project and is not officially affiliated with the Unistyles team.
Make sure you follow the documentation to configure your project and use these components.
The fastest way to get started is with the CLI tool:
bash
npx @craftreactnative/ui init
bash
npx @craftreactnative/ui add Button
npx @craftreactnative/ui add Avatar Card Slider
# or install all components at once
npx @craftreactnative/ui add --all
You can also manually browse and copy components:
Ready-to-use complete screen implementations built with these components. Save development time with production-ready code that includes dark mode support and follows best practices.
Contributions are welcome! Please feel free to submit a Pull Request. Whether it's:
MIT License - see the LICENSE file for details.