Commit a03752b3 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

change app name and icon

See merge request !115
parents c69d7e22 654ee563
<resources> <resources>
<string name="app_name">My App</string> <string name="app_name">Helply</string>
</resources> </resources>
...@@ -16,7 +16,7 @@ const Stack = createNativeStackNavigator(); ...@@ -16,7 +16,7 @@ const Stack = createNativeStackNavigator();
const AppRouter = () => { const AppRouter = () => {
return ( return (
<NavigationContainer> <NavigationContainer>
<Stack.Navigator initialRouteName="Login"> <Stack.Navigator initialRouteName="Splash">
<Stack.Screen <Stack.Screen
options={{headerShown: false}} options={{headerShown: false}}
name="Home" name="Home"
......
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