ReactNativeDropdownAndroid
ReactNativeDropdownAndroid copied to clipboard
A simple wrapper for Android's Spinner in react-native
Hi. Thank you for your work! I'm searching for Spinner component which can be opened by button instead text spinner. Is it possible to do with your component?
Hai i tried like this: ``` export default class sidemenu extends Component { render() { return ( { console.log(data); }} /> ); } } ``` after selecting the value in...
parameter of init function protected void init(int viewTag, long timestampMs) -> protected Event(int viewTag)
As of [email protected] you have to [change the way you import React ](https://github.com/facebook/react-native/releases/tag/v0.26.0). My changes are [here](https://github.com/ssomnoremac/ReactNativeDropdownAndroid/commit/c2620927cef1620b04fcf1ba8d12921ac9ffe73b) Can someone check for backwards compatibility before I sumbit PR?
Is there a way to change the position of the dropdown arrow to be at left hand side instead of right side? I don't have any experience in native android...
I'm using Redux so I prefer not to set a state variable to hold the selected value. Can a method be added to get the current value of the dropdown...