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

A react-native dropdown/picker/selector component for both Android & iOS.

Results 102 react-native-modal-dropdown issues
Sort by recently updated
recently updated
newest added

I'm using this awesome component in a side drawer. What happens is while closing the drawer with swipe, the dropdown modal sticks to the screen, and it's position is not...

Hi Team, i am using this library, its working perfect, able to customize according to the requirement but not able to fade the background color while showing the dropdown and...

So I have the following: ![image](https://user-images.githubusercontent.com/9097501/46304206-10024180-c57c-11e8-8ef6-7666942a3872.png) But I am trying to bring that arrow to the far right of that container, but when I use View it breaks - so...

Can I use custom component for dropdown options ?

Removed module.exports from index.js as it conflicts with babel. A file may not contain both import/export and module.exports

I want to pull up the [share api](https://facebook.github.io/react-native/docs/share) when one of the items in a dropdown is selected. I have a simple method that I'm calling to handle that. The...

…and line up correctly if percentage width is set This allows one to set percentage width with style prop and have dropdown modal will line up with the button component...

Hello, I am trying to style the drop down to be perfectly inline and the same width as the original box. My drop down looks like: ``` this.LoadNewSearch("category", index)} />...

I'd like the dropdown section to have the same width as the main button, rather than have it size itself dynamically according to its content - is this possible? I've...

I copied example code and tested in iOS and android. Observed space between dropdown button and dropdown options container in android only. How to remove the space ?