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

change app name and icon

parent c69d7e22
<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