diff --git a/bob_party/src/screens/Chat.tsx b/bob_party/src/screens/Chat.tsx index a911a34..fdb0daa 100644 --- a/bob_party/src/screens/Chat.tsx +++ b/bob_party/src/screens/Chat.tsx @@ -16,7 +16,7 @@ function Chat(props: { navigation: any; }) { skin={skinTest} nav={navigation} /> - + couille - + navigation.navigate('GameChoice')} @@ -45,13 +45,4 @@ function Home(props: { navigation: any; }) { ); } -const styles = StyleSheet.create({ - body: { - flex: 1, - alignItems: 'center', - justifyContent: 'center', - width: '70%', - }, -}); - export default Home \ No newline at end of file diff --git a/bob_party/src/screens/Settings.tsx b/bob_party/src/screens/Settings.tsx index 6bec94c..049a829 100644 --- a/bob_party/src/screens/Settings.tsx +++ b/bob_party/src/screens/Settings.tsx @@ -13,20 +13,12 @@ function Store(props: { navigation: any; }) { nav={navigation} state='settings' /> - + couille ); } -const styles = StyleSheet.create({ - body: { - flex: 1, - flexDirection: 'column', - alignItems: 'flex-start', - width: '70%', - }, -}); export default Store \ No newline at end of file diff --git a/bob_party/src/screens/SkinList.tsx b/bob_party/src/screens/SkinList.tsx index 4c4081f..8cbe4d7 100644 --- a/bob_party/src/screens/SkinList.tsx +++ b/bob_party/src/screens/SkinList.tsx @@ -8,6 +8,7 @@ import { BotBar } from '../components/BotBar'; import { FlatList } from 'react-native-gesture-handler'; import { SkinComponent } from '../components/Skin'; import tabSkinApp from '../constSkin'; +import { ScreenIndicator } from '../components/ScreenIndicator'; function SkinList(props: { navigation: any; }) { @@ -18,13 +19,14 @@ function SkinList(props: { navigation: any; }) { skin={tabSkinApp[0]} nav={navigation} /> - + + item.getSkinName()} - renderItem={({item}) => } /> + renderItem={({item}) => } /> - + +