reusableinput
v0.0.3
Published
<!-- This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).
Readme
This package give you resuable "TextInput" Component.
Props: - placeholder, isEncryption, borderWidth, borderRadius, borderColor, padding, color, backgroundColor
- placeholder: Text shown in an input field when it is empty.
- isEncryption: A boolean indicating whether the input should hide the text (for passwords).
- borderWidth: Width of the border around the component.
- borderRadius: Rounding of the corners of the component.
- borderColor: Color of the border.
- padding: Space inside the component.
- color: Text color.
- backgroundColor: Background color of the component.
