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