реагировать на родной цвет статуса
import { StatusBar } from 'react-native'
<StatusBar backgroundColor="#FFF" style="dark-content" />
florinrelea
import { StatusBar } from 'react-native'
<StatusBar backgroundColor="#FFF" style="dark-content" />
<StatusBar animated={true} backgroundColor="#fff" barStyle="dark-content" />