select chantier en cours
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user