hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1k stars 173 forks source link

Dropdown is not visible on certain screen. #225

Open ShanuSpurtree opened 1 year ago

ShanuSpurtree commented 1 year ago

Hi, I've used Dropdown in my app, it's working completely fine on some screens but when I go to two levels deep, dropdown doesn't work at all, In other laptop the same code is working fine, but When I create an IPA, not working again, stuck at this problem, Please help me with it.

ShanuSpurtree commented 10 months ago

<Dropdown style={[styles.dropdown]} placeholderStyle={styles.placeholderStyle} selectedTextStyle={styles.selectedTextStyle} iconStyle={styles.iconStyle} data={regions} maxHeight={300} labelField='label' valueField='value' placeholder={t('login:dropdownPlaceholder')} value={region} onFocus={() => setIsFocus(true)} onBlur={() => setIsFocus(false)} onChange={(item: any) => { setRegion(item.value); setIsFocus(false); }} activeColor={theme.colors.white} containerStyle={styles.dropdownContainerStyle} renderItem={renderDropdownItem} renderRightIcon={() => <DropdownLogin isSelected={isFocus} />} />

https://github.com/hoaphantn7604/react-native-element-dropdown/assets/147716032/8fa47d89-fb32-4609-8882-303256a54fa5

ShanuSpurtree commented 10 months ago

@hoaphantn7604 @myou11

ziakhanmubbits commented 8 months ago

@ShanuSpurtree plz if you solved this error then share with me cuase also i have this issue @myou11 @hoaphantn7604

ShanuSpurtree commented 8 months ago

@ziakhanmubbits I've created my custom component and dropped this because of this error only, but my observation is that it has some issues with the navigation library and z-axis. @hoaphantn7604 @myou11

prog-nayeem commented 7 months ago

Anyone have resolve this issue??