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

Issue: Dropdown items not visible, when dropdown render at bottom in android. - Dimensions API is not working as expected in the android device. Hence used 'react-native-safe-area-context' library. - By...

I got this error on web preview(expo w) TypeError: Cannot assign to read only property 'exports' of object '#' Module. C:/......../node_modules/react-native-modal-dropdown/index.js:7 4 | 5 | import ModalDropdown from './components/ModalDropdown'; 6...

I hide the ModalDropdown when I show it and try to press it, all app crashed and closed I hade many dropDown in the screen , show or hide as...

Before the dropdown is expanded we should be able to give it an icon on the right hand side. For example, a down facing chevron from vector icons. That would...

Is this by design? It works but I get a typescript error as follows: Property 'renderRightComponent' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly'.ts(2769) Will it...

How can i use methods show and hidden from modal ?

Hi, I am getting this error from basic implementation . Here is the error ` Invariant Violation: scrollToIndex should be used in conjunction with getItemLayout or onScrollToIndexFailed, otherwise there is...

this.renderDropDownListForDarkTheme(rowData)} isFullWidth defaultValue={this.props.defaultValue} renderButtonText={(rowData: any) => this.renderButtonText(rowData)} defaultTextStyle={styles.defaultTextStyleForDarkTheme} renderRightComponent={this.renderRightComponent} onDropdownWillShow={() => this.setState({ isOpendropdown: true })} onDropdownWillHide={() => this.setState({ isOpendropdown: false })} onSelect={(id: any, rowData: any) => this.props.onSelect(rowData)} dropdownTextStyle={styles.isFromUpskillingtextStyelforDarktheme} textStyle={[styles.isFromUpskillingtextStyelforDarktheme]} dropdownStyle={{backgroundColor:...

I want to code an application which is Right to Left. But the problem is, it seems that although the dtrop down location is changed but when it is selected,...

I have 2 dropdowns and I want it when i select one the other changes to the placeholder and vice-versa ` { setModalVal(value), setModalButtonB('Please Select') } } /> { setModalVal(value),...