react-native-modal-selector
react-native-modal-selector copied to clipboard
A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
The way that test automation frameworks like Detox work is that they match native views based on the testID prop, which RN maps to the native view. This facilitates the...
Hi. Thanks this component. I have a problem. Scenario: There is a model on the StackNavigation page. I made a choice here. Then I switched to my InıtalPage page. If...
Hi, I really like the component and don't want to use anything else because it has a wealth of accessible functionality, which my application requires. However, the component does not...
In my app i am listing the country list after selecting a country from bottom again i click the same selector the selector list willn't scroll to the already selected...
How to add multiselect option?
Optionally provide a component key which overrides the default label text: ``` [{ key: 5, label: 'Red Apples', component: Red Apples custom component ☺ }] ``` selectedItemTextStyle not working for...
There is so many props to customise style, and yet i cannot change the border colour by using style props, any idea how to change the border colour for the...
Is it possible to "reset" the react-native-modal-selector by setting the selected value back to initValue? Sample use case: 1-the react-native-modal-selector initValue is 'Please select a value!' and the data is...
The onChange event currently doesn't fire until the closing animation is 100%, done if not later. This causes the UI to not be updated to the new value (at least...
Would it be possible to set an icon as initialValue? A few months ago, thanks to your help, I was able to put it in the drop-down list but now...