Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
// app/_layout.tsx
import { Stack } from 'expo-router';
import { PaperProvider } from 'react-native-paper';
import { PaperProvider, DefaultTheme } from 'react-native-paper';

const lightTheme = {
...DefaultTheme,
colors: {
...DefaultTheme.colors,
background: '#ffffff',
surface: '#ffffff',
text: '#000000',
},
};

export default function RootLayout() {
return (
<PaperProvider>
<PaperProvider theme={lightTheme}>
<Stack screenOptions={{ headerTitle: 'Cosmos' }}>
<Stack.Screen name="index" options={{ headerShown: false }} />
<Stack.Screen name="(tabs)" options={{ headerShown: true }} />
Expand Down
2 changes: 2 additions & 0 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ export default function App() {
<Text style={styles.textBtn}>Continuar com o Google</Text>
</TouchableOpacity>

{/*
<TouchableOpacity style={styles.darkBtn} onPress={handleGoogleSignIn}>
<Ionicons name="person-outline" size={20} color="white" />
<Text style={styles.darkTextBtn}>Continuar como Visitante</Text>
</TouchableOpacity>
*/}

</LinearGradient>
);
Expand Down
Binary file modified assets/images/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/equipe/Leandro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/equipe/Vinícius.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/splash-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.