React Native UI Components Library V2 for Dungnt
npm install @dung1128/components-ui-rnThư viện UI Components cho React Native được phát triển bởi Dung1128.
``bash`
npm install @dung1128/components-ui-rnor
yarn add @dung1128/components-ui-rn
Thư viện này yêu cầu các peer dependencies sau:
`json`
{
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"@react-native-community/masked-view": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*"
}
`tsx
import { Button, Text } from '@dung1128/components-ui-rn';
function MyComponent() {
return (
);
}
``
Thư viện bao gồm các components sau:
- Button
- ButtonIcon
- Text
- TextInput
- Avatar
- Badge
- Checkbox
- ChipBar
- RadioButton
- Switch
- CountingDot
- FloatingButton
- Image
- Spacer
- View
Sapo.vn