diff --git a/bob_party/src/components/BotBar.tsx b/bob_party/src/components/BotBar.tsx index 2224396..5ba3076 100644 --- a/bob_party/src/components/BotBar.tsx +++ b/bob_party/src/components/BotBar.tsx @@ -42,7 +42,7 @@ FC<{nav: any, state?: String }> = source={imgLeft} /> - {return (nav.navigate('Home'))}}> + {nav.navigate('HomeTab', {screen: 'Home'})}}> = ({skin, nav, default: return ( - nav.navigate('ProfileTab')}> + nav.navigate('ProfileTab', {screen: 'Profile'})}> BOB PARTY