1.0.2 • Published 3 years ago

react-native-simple-comps v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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} />

Example of Dropdown