react-native-paper-towel
v1.2.0
Published
Material Design components that extends react-native-paper
Maintainers
Readme
react-native-paper-towel
A component library that extends react-native-paper. It adds often used
components that are not available in react-native-paper and adds components
that are available, but with slight different style or pre configured props.
Its objective is to avoid repeating the same code across applications and
simplify frequent usages. To achieve this, the library implements, for example,
the InputPassword component. Its the TextInput component from
react-native-paper, but configured to be used as a password input with the
commonly used props for this case.
Installation
To install the library, run:
npm install react-native-paper-towelor
yarn add react-native-paper-towelThis library requires react-native-paper, react-material-design-provider
and @react-native-vector-icons/material-design-icons. Follow their installation guide:
Install the required libraries with:
npm install react-native-paper react-material-design-provider @react-native-vector-icons/material-design-iconsor
yarn add react-native-paper react-material-design-provider @react-native-vector-icons/material-design-icons