software-mansion-labs / expo-maps

81 stars 3 forks source link

Fix dropdown component malfunction in Android demo app #49

Closed szdziedzic closed 2 years ago

szdziedzic commented 2 years ago

It turns out that dropdown component, that we use doesn't work on Android if parent component has backgroundColor prop set https://github.com/hossein-zare/react-native-dropdown-picker/tree/4.x#zindex-conflicts-untouchable-items-overlapping-pickers 🤔.

For know, to make app work again I changed all gray settings boxes to be white again.

Closing #48.