beefe / react-native-actionsheet

An elegant ActionSheet component for React Native.
MIT License
1.35k stars 343 forks source link

Android: full screen overlay #123

Closed BlackCat1397 closed 2 years ago

BlackCat1397 commented 3 years ago

FEATURE

Task Description

I need to cover whole screen with gray overlay. Now status bar is not covered on Android.

What was done

To give gray overlay ability to cover status bar I passed statusBarTranslucent (doc) prop to <Modal>

Result