Beautiful and customizable React Native components, inspired by shadcn-ui. Built-in dark mode, CSS variables, and NativeWind support.
Dark mode | Light mode |
---|---|
First, initialize nativecn from your project's root directory.
npx nativecn-ui init
Then, you can start adding components.
npx nativecn-ui add Avatar
Tip: run
npx nativecn-ui add -a
to add all components.
# Clone the repo
git clone git@github.com:Mobilecn-UI/nativecn-ui.git
cd nativecn-ui
# Install deps
yarn
# Run it with Expo
yarn start
- Avatar
- Badge
- Button
- Card
- Checkbox
- Dialog
- Input
- Radio Group
- Skeleton
- Switch
- Tabs
- Toast
- Alert (WIP)
- Dropdown (WIP)
- Form (WIP)
- Select (WIP)
Check out the contributing guide
Distributed under the MIT license.