Updating useeffect
This commit is contained in:
8
App.js
8
App.js
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user