From 7c6474832e9c233da33c2ac200004eaf923fcd5e Mon Sep 17 00:00:00 2001 From: alguilhot Date: Sat, 15 Oct 2022 01:29:50 +0200 Subject: [PATCH] ADD: Ajout du support de gamechoice sur BotBar et TopBar --- bob_party/src/components/GoBackBar.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bob_party/src/components/GoBackBar.tsx diff --git a/bob_party/src/components/GoBackBar.tsx b/bob_party/src/components/GoBackBar.tsx deleted file mode 100644 index e30d964..0000000 --- a/bob_party/src/components/GoBackBar.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { FC, ReactNode } from "react" -import { Pressable, Image, ImageStyle, Text, View, Alert, ImageSourcePropType, TextStyle } from "react-native" -import { Skin } from "../core/Skin" -import React from "react" -import { SkinComponent } from "./skinAvatar" -import MainTabNavigator from "../navigation/AppNavigator" -import { BottomTabNavigationProp } from "@react-navigation/bottom-tabs" - - -export const GoBackBar : -FC<{title: String, rightIcon: ImageSourcePropType, styleIcon: ImageStyle, nav: any, styleTitle: TextStyle, styleHeader : any}> = -({title, rightIcon, styleIcon, nav, styleTitle, styleHeader}) => -{ - return ( - - {title} - nav.goBack()}> - - - - ) -} \ No newline at end of file