DEV Community

MarijanaMilkovska
MarijanaMilkovska

Posted on

React Native Dropdown Picker on Android pushes the other view down

I am new in react native.

My question is pretty simple: I use package react-native-dropdown picker, but when I open the dropdown it push other View down. I think this problem is only on Android devices, not IOS Here is my code:

    <View style={[styles.filterCompany, Platform.OS !== 'android' ? { zIndex:

Top comments (0)