Skip to content

Commit 41b8d45

Browse files
committed
melhora de layout
1 parent 8ba5d50 commit 41b8d45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/App.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ import React from 'react';
22
import { SafeAreaView, StyleSheet } from 'react-native';
33
import { NavigationContainer } from '@react-navigation/native';
44
import SystemNavigationBar from 'react-native-system-navigation-bar';
5-
65
import Stack from './routes';
76

8-
97
const App = () => {
108
SystemNavigationBar.setBarMode('dark', 'both');
11-
SystemNavigationBar.setNavigationColor('#ffc700');
129

1310
return (
1411
<SafeAreaView style={style.view}>

0 commit comments

Comments
 (0)