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

second commit

parent fbf4227d
......@@ -4,7 +4,7 @@ import React from 'react'
const SplashScreen = () => {
return (
<View>
<Text>SplashScreen</Text>
<Text>How are You</Text>
</View>
)
}
......
......@@ -10,7 +10,13 @@ const Routes = () => {
return (
<NavigationContainer>
<Stack.Navigator>
<Stack.Screen name="Home" component={SplashScreen} />
<Stack.Screen
name="Home"
component={SplashScreen}
options={{
headerShown: false,
}}
/>
</Stack.Navigator>
</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