remove etc ...

This commit is contained in:
m
2026-07-12 22:38:04 +02:00
parent 3650b7ba9d
commit 2d59c90c79
3 changed files with 589 additions and 39 deletions
+2
View File
@@ -10,6 +10,7 @@ import { SearchScreen } from './app/search';
import { BatchReviewScreen } from './app/batch-review';
import { PendingReviewScreen } from './app/pending-review';
import { FileDetailScreen } from './app/file-detail';
import { FileEditScreen } from './app/file-edit';
const Stack = createNativeStackNavigator();
const queryClient = new QueryClient();
@@ -35,6 +36,7 @@ export default function App() {
component={FileDetailScreen}
options={{ title: 'Détails', headerTintColor: '#fff', headerStyle: { backgroundColor: '#000' } }}
/>
<Stack.Screen name="FileEdit" component={FileEditScreen} options={{ title: 'Édition' }} />
</Stack.Navigator>
</NavigationContainer>
<StatusBar style="auto" />