select chantier en cours

This commit is contained in:
trochas
2025-10-13 09:43:51 +02:00
parent d08bb6da70
commit 7b1ed13699
4 changed files with 75 additions and 45 deletions

View File

@@ -1,13 +1,14 @@
import { Image } from 'expo-image';
import { Platform, StyleSheet } from 'react-native';
import { Collapsible } from '@/components/ui/collapsible';
import { ExternalLink } from '@/components/external-link';
import ParallaxScrollView from '@/components/parallax-scroll-view';
import { ThemedText } from '@/components/themed-text';
import { ThemedView } from '@/components/themed-view';
import { Collapsible } from '@/components/ui/collapsible';
import { IconSymbol } from '@/components/ui/icon-symbol';
import { Fonts } from '@/constants/theme';
import SelectChantier from './selectChantier';
export default function TabTwoScreen() {
return (
@@ -21,7 +22,9 @@ export default function TabTwoScreen() {
style={styles.headerImage}
/>
}>
<SelectChantier></SelectChantier>
<ThemedView style={styles.titleContainer}>
<ThemedText
type="title"
style={{