header size

This commit is contained in:
m
2026-07-29 20:16:20 +02:00
parent 60b549902c
commit 3c7a1d18da
3 changed files with 438 additions and 164 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ function AppNavigator() {
<Stack.Screen
name="FileDetail"
component={FileDetailScreen}
options={{ title: 'Détails', headerTintColor: '#fff', headerStyle: { backgroundColor: '#000' } }}
options={{ title: 'Détails', headerTintColor: '#fff', headerStyle: { backgroundColor: '#000' }, animation: 'fade' }}
/>
<Stack.Screen name="FileEdit" component={FileEditScreen} options={{ title: 'Édition' }} />
<Stack.Screen name="Folder" component={FolderScreen} options={{ title: 'Dossier' }} />