1.0.2 • Published 3 years ago
react-native-simple-comps v1.0.2
react-native-simple-components
=> Demo to use our Components <=
Example of InputField
<InputField placeholder={'PlaceHolder'} getText={setValue} Text={Value} />
Example of NumericInput
<NumericInput placeholder={'PlaceHolder'} getText={setValue} Text={Value} />
Example of SecureText
<SecureText placeholder={'PlaceHolder'} getText={setValue} Text={Value} />