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

react-native: 0.63.0 react-native-modal-dropdown: 0.7.0 I have appended the following code in package.json: "resolutions": { "deprecated-react-native-listview": "0.0.6" } but it is not work. Error: Unable to resolve module `react-native/Libraries/vendor/core/isEmpty` from `node_modules\react-native-modal-dropdown\node_modules\deprecated-react-native-listview\index.js`:...

Hi y'all. I've merged PRs #230, #238, #239 , #241, #244 in my [fork](https://github.com/siemiatj/react-native-modal-dropdown), so that you don't have to. You can use it in your project redifining the lib...

what i mean is, i red somewhere around here that you can wrap the component and inside put a button to mimic the dropdown icon, but the thing is, this...

![image](https://user-images.githubusercontent.com/44657393/92572360-86eafd80-f2ae-11ea-8951-c779d04c6809.png) This is my code. It's ok in Android but when open in IOS the dropdown is lay under other components. tried zIndex but doesnt work. Need help

I got this issue I'm try to install these version - v0.7.0 - "react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git", but, still has an error please, help me https://gyazo.com/bb5be5715bc81cd25d8d20557d4de434

![image](https://user-images.githubusercontent.com/37822214/50156584-b51df200-0301-11e9-965e-9f9308d6ca7a.png)

The top value is not valid value which is return is NAN. Error: Invariant Violation: [757,"RCTView",91,{"position":"absolute","height":"auto","borderWidth":1,"borderColor":4291022286,"borderRadius":2,"backgroundColor":4294967295,"justifyContent":"center","borderTopWidth":0,"width":372.6,"marginTop":17.92,"shadowColor":4278190080,"shadowOffset":{"width":0,"height":2},"shadowOpacity":0.25,"shadowRadius":3.84,"elevation":5,"top":"","left":33}] is not usable as a native method argument

This PR supports the addition of headers for ListView, according to the [docs](https://facebook.github.io/react-native/docs/listview.html#renderheader).

I'm setting the defaultValue and defaultIndex props like this: ``` defaultIndex={this.state.defaultIndex} defaultValue={this.state.defaultValue} ``` and the initial states like so: ``` defaultIndex: -1, defaultValue: 'Touch to Select' ``` And at some...