Nativecn UI

screenshot of Nativecn UI
react
react-native
tailwind
shadcn-ui

Beautiful and customizable React Native components

Overview:

The nativecn-ui is a React Native component library that offers beautiful and customizable components, designed to help developers build apps faster. Inspired by the shadcn-ui library, nativecn-ui provides a range of UI elements and features for React Native projects.

Features:

  • Dark mode: The UI components in nativecn-ui support a dark mode, allowing users to switch between a light and dark theme easily.
  • Light mode: In addition to dark mode, nativecn-ui also supports a light mode, providing a clean and bright theme for users who prefer a lighter aesthetic.
  • Usage: The library offers usage guidelines and instructions on how to run it locally and add components to an Expo project.
  • Components: The nativecn-ui library includes a variety of components such as Avatar, Badge, Button, Card, Input, Skeleton, Tabs, Toast, Toggle, Checkbox, and Form (work in progress).
  • Contributing: For developers interested in contributing to the project, a contributing guide is available to help them get involved.
  • License: The nativecn-ui library is distributed under the MIT license, allowing developers to use and modify the library freely.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.