Skip to content

Commit

Permalink
fix: status bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
ridvanaltun committed May 23, 2023
1 parent 0c6a5e6 commit a05e5b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import React, { useRef, useState, useEffect, useCallback } from 'react';
import { Dimensions, View, Platform, StyleSheet } from 'react-native';
import {
Dimensions,
View,
Platform,
StatusBar,
StyleSheet,
} from 'react-native';
import Modal from 'react-native-modalbox';

import StoryListItem from './StoryListItem';
Expand Down Expand Up @@ -236,6 +242,7 @@ const Story = (props: Props) => {
backButtonClose
coverScreen={true}
>
<StatusBar barStyle="light-content" />
{renderCube()}
</Modal>
</>
Expand Down

0 comments on commit a05e5b3

Please sign in to comment.