react-native-material-dropdown
react-native-material-dropdown copied to clipboard
Material dropdown with consistent behaviour on iOS and Android
TypeError
What I did just install this library. And I am getting TypeError as:-  Version:-  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...
  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)
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 }} /> ``` 
{ 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)