continue generating flow, add backend connection on main tabs
This commit is contained in:
@@ -59,7 +59,7 @@ import Language from "../screens/Profile/Language";
|
||||
import Reels from "../screens/Profile/Reels";
|
||||
import Register from "../screens/Register";
|
||||
import CreatePassword from "../screens/CreatePassword";
|
||||
import CreateName from "../screens/CreateName";
|
||||
import CreatePseudo from "../screens/CreatePseudo";
|
||||
|
||||
const screenOptions = {
|
||||
headerShown: false,
|
||||
@@ -279,8 +279,8 @@ const screens = [
|
||||
component: CreatePassword,
|
||||
},
|
||||
{
|
||||
name: Routes.CreateName,
|
||||
component: CreateName,
|
||||
name: Routes.CreatePseudo,
|
||||
component: CreatePseudo,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ export const Routes = {
|
||||
ForgotPassword: "ForgotPassword",
|
||||
Register: "Register",
|
||||
CreatePassword: "CreatePassword",
|
||||
CreateName: "CreateName",
|
||||
CreatePseudo: "CreatePseudo",
|
||||
|
||||
BottomTab: "BottomTab",
|
||||
Welcome: "Welcome",
|
||||
|
||||
Reference in New Issue
Block a user