react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
Fix dropdown items not display issue when dropdown render at bottom in android
Issue: Dropdown items not visible, when dropdown render at bottom in android.
- Dimensions API is not working as expected in the android device. Hence used 'react-native-safe-area-context' library.
- By using initialWindowMetrics from 'react-native-safe-area-context' library, returns exact height for android device.
Before fix:
After fix: