hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Trying to remove a view index above child count 2 view tag:997 #679

Open avadheshdev opened 1 year ago

avadheshdev commented 1 year ago

Screenshot_1688455069

<DropDownPicker zIndex={999} loading={isLoading} placeholder="Select your apartment" open={showApartmentDropdown} setOpen={setShowApartmentDropdown} items={apartmentItems} setItems={setApartmentItems} value={selectedApartment} setValue={setApartment} onChangeValue={handleApartmentChange} listMode="SCROLLVIEW" style={DropdownStyles} placeholderStyle={DropdownPlaceholderStyles} labelStyle={{...Utils.fontFamily('DMSans-Regular')}} searchable disableLocalSearch addCustomItem searchPlaceholder="Search here" onChangeSearchText={handleAreaSearchTextChange} dropDownContainerStyle={DropdownStyles} searchContainerStyle={DropdownStyles} searchTextInputStyle={DropdownStyles} ListEmptyComponent={({ listMessageContainerStyle, ActivityIndicatorComponent, loading, }) => (

{loading ? ( ) : ( <> Add New )}
      )}
    />
pankaj-mtap commented 5 months ago

Having same issue on android @hossein-zare as this during search , for both custom search functionality as well as the library's implementation. If you have used LayoutAnimations in this library , please provide some path fix for it . becuase on android it doesn't work