A command-line tool for quickly adding pre-built React Native components to your project.
npm install dynamiclayer
Make sure to install the required dependencies in your project:
npm install react-native-safe-area-context react-native-svg react-native-reanimated
Add components to your project using the CLI:
dynamiclayer add <component-name>
Available components:
badge
- A versatile badge componentavatar
- A flexible avatar component
import { Badge } from "@/components/ui/badge"
<Badge type="success" size="md">Success</Badge>
import { Avatar } from "@/components/ui/avatar"
<Avatar type="icon" state="online" size="lg" />
Components are installed following a consistent structure:
your-project/
├── assets/
│ └── icons/
│ ├── avatarIcon.js
│ ├── onlineIcon.js
│ └── offlineIcon.js
├── components/
│ └── ui/
│ ├── Avatar.js
│ └── Badge.js
└── styles/
└── style.js
- 🚀 Quick component installation
- 📦 Pre-built, customizable components
- 🎨 Consistent styling system
- 🔧 Easy to extend and customize
- 📱 Fully responsive design
This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details. This project is licensed under the ... License - see the LICENSE file for details.