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.
Ther is an extra padding bellow cancel button in ios. So the entire view is not perfectly aligned to bottom even after applying justifyContent as flex-end in overlayStyle.
Hello, first, let me thank you for this great project. It's really what we were looking for. We want to use this component to create some kind of filter selection....
`react-native-material-dialog` supports Material Design styling. It looks nice and generally works well, but has some issues such as spinner overlays not able to render on top of the modal. Would...
Is there a way to clear the modal selector once a selection is made? This can be on submit or via a button etc, just wondering if this is possible?...
It would be nice to be able to set an initial key (from the provided data) instead of just plain text. Like when I'm loading user profile data from the...
Proposal: A `showCancelButton` prop that is used in `renderOption()` to optionally display the cancel button. (Ario-Inc [have implemented](https://github.com/Ario-Inc/react-native-modal-picker/blob/2b2296097289a4a1936ac26d2e9cb8f2c5ea3ae0/index.js#L28) something like this)
I need my modal selector to change value conditionally depending on an incoming prop value. I could not find any way to do it in the docs. Is there any...
Hello, I am just curious if anyone here has done a comparison with other forks of d-a-n's repo? The repos that I'm looking closely at are: - [Ario-Inc/react-native-modal-picker](https://github.com/Ario-Inc/react-native-modal-picker). - [fabriziomoscon/react-native-modal-picker](https://github.com/fabriziomoscon/react-native-modal-picker)...
This is the active, collaborative repo for `react-native-modal-selector`, a continuation of the abandoned `react-native-modal-picker` project. Please post a reply in this thread if you would like to be added as...
## Problem When `ModalSelector` set property `backdropPressToClose={true}`, a warning message shows up because of changes in React 18: ``` (NOBRIDGE) ERROR Warning: A props object containing a "key" prop is...