|
@@ -9,7 +9,7 @@ import { createStackNavigator, TransitionPresets } from '@react-navigation/stack
|
|
|
import { enableScreens } from 'react-native-screens';
|
|
import { enableScreens } from 'react-native-screens';
|
|
|
import { Styles } from '../components/Toolbar';
|
|
import { Styles } from '../components/Toolbar';
|
|
|
import app from '../../app.json';
|
|
import app from '../../app.json';
|
|
|
-import About from './About';
|
|
|
|
|
|
|
+import About from './about/About';
|
|
|
import Launcher from './Launch';
|
|
import Launcher from './Launch';
|
|
|
import Login from './sign/Login';
|
|
import Login from './sign/Login';
|
|
|
import Regist from './sign/RegisterV2';
|
|
import Regist from './sign/RegisterV2';
|
|
@@ -55,6 +55,7 @@ import HeaderTitle from '../components/HeaderTitle';
|
|
|
import Bookmarks from './bookmark/Bookmarks';
|
|
import Bookmarks from './bookmark/Bookmarks';
|
|
|
import MembersList from './member/MembersList';
|
|
import MembersList from './member/MembersList';
|
|
|
import ApplyMember from './member/ApplyMember';
|
|
import ApplyMember from './member/ApplyMember';
|
|
|
|
|
+import Contact from './about/Contact';
|
|
|
|
|
|
|
|
export var PageList = {
|
|
export var PageList = {
|
|
|
'splash': {
|
|
'splash': {
|
|
@@ -120,6 +121,11 @@ export var PageList = {
|
|
|
titleScope: 'route.about',
|
|
titleScope: 'route.about',
|
|
|
component: About
|
|
component: About
|
|
|
},
|
|
},
|
|
|
|
|
+ 'supportContact': {
|
|
|
|
|
+ title: 'Support Hotline',
|
|
|
|
|
+ titleScope: 'support.supportHotline',
|
|
|
|
|
+ component: Contact
|
|
|
|
|
+ },
|
|
|
'privacy': {
|
|
'privacy': {
|
|
|
title: 'Privacy Policy',
|
|
title: 'Privacy Policy',
|
|
|
titleScope: 'route.privacyPolicy',
|
|
titleScope: 'route.privacyPolicy',
|