A pure JavaScript animated component that renders a picker with a cascade effect. Useful for navigation bars.
npm install react-native-js-cascade-pickerA pure JavaScript animated component that renders a picker with a cascade effect. Useful for navigation bars.

$ yarn add react-native-js-cascade-picker
``jsx
import CascadePicker from 'react-native-js-cascade-picker'
// Render your component
valueSelected={this.state.val}
onChange={(option: ?Object) => {
if (option) {
this.setState({ val: option.value })
}
}}
pickerText='Select one'
/>
`
| Props | Type | Description | Required |
| ------------------- | --------------- | ------------------------------------ | -------- |
| options | Array
MIT.
Álvaro Medina Ballester
Built with 💛 by APSL.