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