React Native UI Components Library
npm install sapo-components-ui-rnThư viện UI Components cho React Native được phát triển bởi Sapo.
``bash`
npm install sapo-components-ui-rnor
yarn add sapo-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 } from '@sapo/components-ui-rn';
function MyComponent() {
return (
Thư viện bao gồm các components sau:
- Avatar
- Badge
- Button
- ButtonIcon
- Checkbox
- ChipBar
- CountingDot
- FloatingButton
- Image
- RadioButton
- SearchInput
- SelectionField
- Spacer
- Switch
- Text
- TextInput
- TextArea
- Toast
- View
Sapo.vn