React Native Select Input
A React Native SelectInput for iOS (+Android) which shows the picker as a keyboard.
Installation
Installation can be done through npm
or yarn
:
Usage
Import the SelectInput
and wrap you content inside of it.
Props
Check out the properties wiki page to see the list of available props to pass. Also check out the methods wiki page to see the list of callable methods available.
Migrating to version 2.x.x
There are some breaking changes introduced in version 2.0, see this migration guide to fix this issues!
Example:
Check out the repository and run the example project with the following commands: