rakshith_rn_textbox
v1.0.1
Published
custom react native textbox
Readme
rntextbox
custom react native textbox
properties
placeHolder: string \n maxLength?: number \n secure?: boolean \n marginVeritical?: number \n value?: string \n keyboardNumericType?: boolean \n showError?: boolean \n hasPrefix?: boolean \n prefix?: string \n onBlur?:any \n children?:any \n autoCapitalize?: TextInputProps["autoCapitalize"] \n borderColor?: string \n onChange?: (text: string) => void \n
