Commit c4d33cde authored by Muhammad Ameen's avatar Muhammad Ameen 💻

second commit

parent fbf4227d
...@@ -4,7 +4,7 @@ import React from 'react' ...@@ -4,7 +4,7 @@ import React from 'react'
const SplashScreen = () => { const SplashScreen = () => {
return ( return (
<View> <View>
<Text>SplashScreen</Text> <Text>How are You</Text>
</View> </View>
) )
} }
......
...@@ -10,7 +10,13 @@ const Routes = () => { ...@@ -10,7 +10,13 @@ const Routes = () => {
return ( return (
<NavigationContainer> <NavigationContainer>
<Stack.Navigator> <Stack.Navigator>
<Stack.Screen name="Home" component={SplashScreen} /> <Stack.Screen
name="Home"
component={SplashScreen}
options={{
headerShown: false,
}}
/>
</Stack.Navigator> </Stack.Navigator>
</NavigationContainer> </NavigationContainer>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment