Skip to content

Commit 2aefeeb

Browse files
authored
statusBarTranslucent on Android (#104)
Added `statusBarTranslucent` property to Modal to support overlay on status bar as well on Android.
1 parent 90bd98e commit 2aefeeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default class Spinner extends React.PureComponent {
158158
supportedOrientations={['landscape', 'portrait']}
159159
transparent
160160
visible={this.state.visible}
161+
statusBarTranslucent={true}
161162
>
162163
{spinner}
163164
</Modal>

0 commit comments

Comments
 (0)