react-native-modal-picker icon indicating copy to clipboard operation
react-native-modal-picker copied to clipboard

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.

Results 64 react-native-modal-picker issues
Sort by recently updated
recently updated
newest added

Issue Description ![keyboardshouldpersisttaps issue](https://cloud.githubusercontent.com/assets/26274635/23786803/fe67a54e-0594-11e7-8e50-58c104ffec6a.png) Steps to Reproduce / Code Snippets Load a basic app with react-native-modal-picker and react-native 0.42 Expected Results no warning Additional Information React Native version: ^0.42.0 react-native-modal-picker...

It use to work fine but after upgrade to RN 0.42.3 scrolling in android stops. Any help please?

For some reason initValue doesn't work. No label appear even when I've selected a value. [Screenshot](https://puu.sh/tJu6i/a177f5e4a9.png) Code: ``` { GLOBALS.FRANVARO.REASON = option.label; GLOBALS.FRANVARO.REASON_SELECTED = true; }} /> { GLOBALS.FRANVARO.LENGTH =...

Is it possible to set initValue to a specific string that does not change upon picking a value?

I'd like to reset the chosen values from outside the picker. When a value is chosen in the modal picker a state is set. When the user then presses a...

allowFontScaling bool Specifies whether fonts should scale to respect Text Size accessibility setting on iOS. The default is true.

I am checking it on android platform now. But unfortunately, this one doesn't seems to work well. So Is it possible for me to use on android platform? Thank you...

if data contains more then 50 items, modal take too much time to open(>1s), is there a way to fix that.

not working on Android 5.0 with react native > 29