@ -1,5 +1,5 @@
import { FC, ReactNode } from "react"
import { Pressable, Image, ImageStyle, Text, View, Alert, ImageSourcePropType, TextStyle } from "react-native"
import { Pressable, Image, View} from "react-native"
import React from "react"
import styles from './style/BotBar.style';
@ -37,6 +37,7 @@ FC<{element: any, styleImage: ImageStyle, styleTitle : TextStyle,nav: any}> =
</View>
)
}
console.log('Type invalide pour ce composant')
return(
<View>
<Text>Type invalide pour ce composant</Text>
import { Pressable, Image, ImageStyle, Text, View, Alert, ImageSourcePropType, TextStyle, Settings } from "react-native"
import { Pressable, Image, Text, View} from "react-native"
import { Skin } from "../core/Skin"
import { SkinComponent } from "./skinAvatar"
import { Button, Image, ImageStyle, Text, View } from "react-native"
import { FC} from "react"
import {Image, ImageStyle, View } from "react-native"