We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba5d50 commit 41b8d45Copy full SHA for 41b8d45
src/App.jsx
@@ -2,13 +2,10 @@ import React from 'react';
2
import { SafeAreaView, StyleSheet } from 'react-native';
3
import { NavigationContainer } from '@react-navigation/native';
4
import SystemNavigationBar from 'react-native-system-navigation-bar';
5
-
6
import Stack from './routes';
7
8
9
const App = () => {
10
SystemNavigationBar.setBarMode('dark', 'both');
11
- SystemNavigationBar.setNavigationColor('#ffc700');
12
13
return (
14
<SafeAreaView style={style.view}>
0 commit comments