Open ShanuSpurtree opened 1 year 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} />} />
@hoaphantn7604 @myou11
@ShanuSpurtree plz if you solved this error then share with me cuase also i have this issue @myou11 @hoaphantn7604
@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
Anyone have resolve this issue??
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.