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

Material dropdown with consistent behaviour on iOS and Android

Results 103 react-native-material-dropdown issues
Sort by recently updated
recently updated
newest added

What I did just install this library. And I am getting TypeError as:- ![Screenshot 2020-04-02 at 6 52 32 PM](https://user-images.githubusercontent.com/54522031/78261735-3ad8a780-751d-11ea-9659-99b69a1f38f9.png) Version:- ![Screenshot 2020-04-02 at 8 05 40 PM](https://user-images.githubusercontent.com/54522031/78261826-5a6fd000-751d-11ea-96ca-8be10037b01c.png) Please Help!!!...

``` ERROR TypeError: undefined is not an object (evaluating '_reactNative.Animated.Text.propTypes.style') Dropdown@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.app&modulesOnly=false&runModule=true:106593:36 RCTView View App RCTView View RCTView View AppContainer@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.app&modulesOnly=false&runModule=true:74649:36 ERROR Error: Requiring module "node_modules/react-native-material-textfield/index.js", which threw an exception: TypeError: undefined...

ExceptionsManager.js:179 Warning: Failed prop type: Invalid prop `opacity` of type `object` supplied to `Helper`, expected `number`. Bad object: { "color": "rgba(0, 0, 0, .38)", "opacity": 1, "fontSize": 12 } in...

Hi, I want to change the default dropdown-arrow icon. Can you please let me know how to proceed with ? Thank you.

When the dropdown menu opened is near to the bottom, it will be always cut and many options became unselectable. How can I tell the drop menu to be rendered...

![MicrosoftTeams-image (6)](https://user-images.githubusercontent.com/90603484/147111765-0335ee3a-a842-414f-bc95-69cf3a431ce9.png) ![MicrosoftTeams-image (5)](https://user-images.githubusercontent.com/90603484/147111529-cd757137-e5db-4581-b705-0e086444c656.png) I am having array like [{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}] I need to show the object of array in first row in dropdown list not remaining rows. When i select...

Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

``` this.setState({issue_invoices:index})} inputContainerStyle={[{borderBottomColor: 'transparent',borderBottomWidth:0}]} pickerStyle={{backgroundColor : "#fff",borderWidth:0}} containerStyle={[styles.dropdown,{width:'auto',flex:1,borderWidth:0,paddingBottom:15}]} data={issueInvoices} renderAccessory={() => {return }} /> ``` ![2018-04-04 10 51 42](https://user-images.githubusercontent.com/14949813/38289084-34a74e9a-37f6-11e8-9f75-8ab718f15bd6.png)

{ setData(Object.assign(data, { duration: e })); if (e.url == "Instant") { handleInstant(); } else if (e == "Custom") { console.log("object", "month"); setDatePickerVisibility(true); } setDurationLabel(""); }} containerStyle={{ top: 5, width: wd...

**Update** react-native-material-textfield version react-native-material-buttons version ### Fixed Deprecation warnings for React component lifecycle methods Issue [#192](https://github.com/n4kz/react-native-material-dropdown/issues/192)