|
|
@ -4,8 +4,8 @@ import React from "react"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const BotBar :
|
|
|
|
export const BotBar :
|
|
|
|
FC<{messages:ImageSourcePropType, games: ImageSourcePropType, shop: ImageSourcePropType, style: ImageStyle, nav: any, styleBar : any}> =
|
|
|
|
FC<{messages:ImageSourcePropType, games: ImageSourcePropType, shop: ImageSourcePropType, style: ImageStyle, styleStore: ImageStyle, nav: any, styleBar : any}> =
|
|
|
|
({messages, games, shop,style, nav,styleBar}) =>
|
|
|
|
({messages, games, shop,style, styleStore, nav,styleBar}) =>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<View style={styleBar}>
|
|
|
|
<View style={styleBar}>
|
|
|
@ -23,7 +23,7 @@ FC<{messages:ImageSourcePropType, games: ImageSourcePropType, shop: ImageSourceP
|
|
|
|
</Pressable>
|
|
|
|
</Pressable>
|
|
|
|
<Pressable onPress={() => nav.navigate('StoreTab')}>
|
|
|
|
<Pressable onPress={() => nav.navigate('StoreTab')}>
|
|
|
|
<Image
|
|
|
|
<Image
|
|
|
|
style={style}
|
|
|
|
style={styleStore}
|
|
|
|
source={shop}
|
|
|
|
source={shop}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Pressable>
|
|
|
|
</Pressable>
|
|
|
|