Commit 81022a52 authored by William Goszal's avatar William Goszal 🚴

Fix beda nama "Login Welcome" jadi "LoginWelcome" di auth.js

parent 6de974ac
...@@ -345,7 +345,7 @@ class Auth extends React.Component { ...@@ -345,7 +345,7 @@ class Auth extends React.Component {
</> </>
) : ( ) : (
<> <>
<Stack.Screen name="Login Welcome" component={WelcomeLog} options={{ <Stack.Screen name="LoginWelcome" component={WelcomeLog} options={{
headerShown: false, headerShown: false,
}} /> }} />
<Stack.Screen name="Home" component={HomePage} <Stack.Screen name="Home" component={HomePage}
......
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