react-native-picker-dropdown
react-native-picker-dropdown copied to clipboard
A dropdown that uses React Native's Picker for Android and ActionSheetIOS for iOS
When a value is selected in ios, it is not shown inside the picker component
I'd like to define a placeholder item, in case there is no value selected upfront. This doesn't seem to work. At the moment I solve this by adding a placeholder...
i have my picker code as follows: this.setState({ language: itemValue })} > {classList.map((item, index) => { return (< Picker.Item label={item.ClassName} value={item.ID} key={index} />); })} Here in the above i want...
Hi, Just stumbled across this issue where I want to provide children to the Picker by map()'ing an array to Picker.Items ``` const alphabet = 'abcdefghijklmnopqrstuvwxyz'.split(''); { alphabet.map((letter) => {...
The options is not showing as the default option. The options appear centered floating in the middle of the screen. ![simulator screen shot - ipad 5th generation - 2018-02-09 at...
when i installed the package by doing ```yarn add "packagename"``` the library showed up an error at line 39 in picker.js. The code on your github looks fine but when...
it doesnot show anything on IOS. a blank space on the place of the component