landing page
This commit is contained in:
@@ -4,6 +4,7 @@ import { Platform } from "react-native";
|
||||
import CreatePassword from "../screens/CreatePassword";
|
||||
import CreatePseudo from "../screens/CreatePseudo";
|
||||
import ForgotPassword from "../screens/ForgotPassword";
|
||||
import LandingPage from "../screens/LandingPage";
|
||||
import AllMyList from "../screens/Library/AllMyList";
|
||||
import AllMyPlaylist from "../screens/Library/AllMyPlaylist";
|
||||
import MusicDetails from "../screens/Library/MusicDetails";
|
||||
@@ -86,6 +87,7 @@ const screens = [
|
||||
{ name: Routes.Splash, component: Splash },
|
||||
{ name: Routes.Onboarding, component: Onboarding },
|
||||
{ name: Routes.Login, component: Login, title: "Connexion" },
|
||||
{ name: Routes.LandingPage, component: LandingPage },
|
||||
{
|
||||
name: Routes.ForgotPassword,
|
||||
component: ForgotPassword,
|
||||
|
||||
Reference in New Issue
Block a user