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.
Since version 2, as documented, iOS onChange is called multiple times. Please could you explain why this decision was made and how to work around it?
The selected element (data: label & key) is adopted, but not displayed in the selector field. The style properties are also not adopted!!! The code for the selector: {this.selector =...
when clicking the already selected item again it makes it the initValue
### Problem ### Using - Expo - React Native Hello, whenever i am trying to call my ``setCurrentLabel`` function inside of the ``onChange`` function it does not update the label...
I would like to open a dialog on long press and do other stuff during normal tap. For some reason long press is a feature to open the selector but...
 I was trying with this custom selector but it's not working for the IOS version Android is working well
- Added multi select option. - Added husky, making auto linting possible. - Upgraded RN to the latest version. PS: Messed up the previous PR, so consider this please.
I have a component in my react native app that use a ModalSelector to choose option of type I want. If option A, it shows a button which open a...
I want to make modal selector to select 1st item selected on first render. until user chooses any other option. It should also call onClose method at first selection. As...
Dear support team, I need to add a drop-down icon at the end of default container, I tried it with the custom select box it is working but I needed...