Update requirement files with new feature templates and fix backend API error message, along with mobile project config updates and documentation improvements

This commit is contained in:
louiscklaw
2025-06-13 12:11:47 +08:00
parent f23a6b7d9c
commit 346992d4ec
3102 changed files with 220182 additions and 2896 deletions

View File

@@ -17,6 +17,7 @@ import MyProfile from './MyProfile';
import MessageList from './MessageList';
import PATHS from '../PATHS';
import Favourites from './Favourites';
import Helloworld from './Helloworld';
import TabAppRoute from '../TabAppRoute';
interface MainTabsProps {}
@@ -40,6 +41,7 @@ const MainTabs: React.FC<MainTabsProps> = () => {
<Route path="/tabs/map" render={() => <MapView />} exact={true} />
<Route path="/tabs/about" render={() => <About />} exact={true} />
<Route path="/tabs/helloworld" render={() => <Helloworld />} exact={true} />
{/* */}
<TabAppRoute />