@pbsc/react-native-ui-components v3.1.4
@pbsc/react-native-ui-components
This module has been developed for UI components for CycleFinder app.
It includes TextField, Checkbox, Switch, Dropdown, DateTimePicker, StepIndicator, PhoneNumberField and ZipcodeField.
Prerequisites
Before install this module, you will need react-native-paper (react-native-vector-icons as well), react-native-reanimated and react-native-date-picker.
Please install them first if you don't have them in your project.
Install react-native-paper
npm install react-native-paperInstall react-native-vector-icons
npm install react-native-vector-iconsAfter the installation, you will need link it.
$ react-native link react-native-vector-iconsFor detail information, please refer here.
Install react-native-reanimated
npm install react-native-reanimatedAfter the installation, you will need to add babel plugin.
For detail information, please refer here.
Install react-native-date-picker
npm install react-native-date-pickerInstallation
npm install @pbsc/react-native-ui-componentsUsage
import {
TextField,
Checkbox,
Switch,
Dropdown,
DateTimePicker,
StepIndicator,
PhoneNumberField,
ZipcodeField,
PasswordStrength
} from '@pbsc/react-native-ui-components';
// ...
<TextField />;
<Checkbox />;
<Switch />;
<Dropdown />;
<DateTimePicker />;
<StepIndicator />;
<PhoneNumberField />;
<ZipcodeField />;
<PasswordStrength />;Documentations (or API)
- TextField
- Checkbox
- Switch
- Dropdown
- DateTimePicker
- StepIndicator
- PhoneNumberField
- ZipcodeField
- PasswordStrength
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
CI/CD process
See the CI/CD Process guide to learn about our CI/CD pipeline and the tools that we use.
License
MIT
10 months ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago