fixing error from CI

This commit is contained in:
mathysPaul
2023-09-20 17:59:36 +02:00
31 changed files with 1260 additions and 24 deletions
+6
View File
@@ -32,6 +32,7 @@ import GoogleView from './views/GoogleView';
import VerifiedView from './views/VerifiedView';
import SigninView from './views/SigninView';
import SignupView from './views/SignupView';
import TabNavigation from './components/V2/TabNavigation';
// Util function to hide route props in URL
const removeMe = () => '';
@@ -43,6 +44,11 @@ const protectedRoutes = () =>
options: { title: translate('welcome'), headerLeft: null },
link: '/',
},
HomeNew: {
component: TabNavigation,
options: { headerShown: false },
link: '/V2',
},
Play: { component: PlayView, options: { title: translate('play') }, link: '/play/:songId' },
Settings: {
component: SetttingsNavigator,