diff --git a/bob_party/src/screens/Chat.tsx b/bob_party/src/screens/Chat.tsx index 566a9df..8145b2a 100644 --- a/bob_party/src/screens/Chat.tsx +++ b/bob_party/src/screens/Chat.tsx @@ -1,6 +1,7 @@ import { StatusBar } from 'expo-status-bar' import { StyleSheet, View, Text} from 'react-native' import React from 'react'; +import stylesScreen from './style/screens.style' import { Skin } from '../core/skin'; import { TopBar } from '../components/TopBar'; import { BotBar } from '../components/BotBar'; @@ -10,7 +11,7 @@ const skinTest= new Skin("Bob",require('../../assets/Icons/BobClassic.png')); function Chat(props: { navigation: any; }) { const { navigation } = props return ( - + + + + +