Updating useeffect

This commit is contained in:
aeroreyna
2022-11-21 15:15:28 -05:00
parent a313822c27
commit 1972aa7464
6 changed files with 27 additions and 15 deletions

8
App.js
View File

@@ -109,7 +109,7 @@ const MainNavigation = () => {
activeColor="#0d6efd"
inactiveColor="#FFFFFF"
barStyle={{ backgroundColor: '#000000' }}
sceneContainerStyle={{paddingBottom: 0}}
sceneContainerStyle={{paddingBottom: 0, paddingTop: 15}}
>
<Tab.Screen
name="Feed"
@@ -198,7 +198,11 @@ export default function App() {
<Stack.Screen
name="MainNavigation"
component={MainNavigation}
options={{ headerShown: true }}
options={{
headerShown: true,
tabBarLabel: 'EMI Social',
header: ()=>{<></>},
}}
/>
<Stack.Screen
name="Profile"