3.1.3 • Published 2 months ago

@pbsc/react-native-ui-components v3.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@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-paper

Install react-native-vector-icons

npm install react-native-vector-icons

After the installation, you will need link it.

$ react-native link react-native-vector-icons

For detail information, please refer here.

Install react-native-reanimated

npm install react-native-reanimated

After 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-picker

Installation

npm install @pbsc/react-native-ui-components

Usage

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)

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

3.1.3

2 months ago

3.1.2

2 months ago

3.1.1

9 months ago

3.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

2.2.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.4.3

1 year ago

2.6.0

1 year ago

2.4.2

1 year ago

2.4.5

1 year ago

2.4.4

1 year ago

0.11.0

1 year ago

0.11.1

1 year ago

0.11.2

1 year ago

0.11.3

1 year ago

0.11.4

1 year ago

2.0.0

1 year ago

3.0.4

1 year ago

3.0.1

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

2.5.6

1 year ago

2.7.3

1 year ago

2.5.5

1 year ago

2.5.8

1 year ago

2.5.7

1 year ago

3.0.0

1 year ago

2.5.9

1 year ago

2.3.0

1 year ago

2.5.0

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.7.0

1 year ago

2.5.2

1 year ago

2.3.4

1 year ago

2.5.1

1 year ago

2.3.3

1 year ago

2.7.2

1 year ago

2.5.4

1 year ago

2.7.1

1 year ago

2.5.3

1 year ago

2.3.5

1 year ago

0.10.4

1 year ago

2.1.0

1 year ago

2.4.7

1 year ago

2.4.6

1 year ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.6

2 years ago

0.7.5

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago