Files
time_to_leave/apps/mobile/App.tsx
T
fegger 20159262c1 Add getLeaveStatus utility and update project status
- Introduce `getLeaveStatus` function in `packages/core/src/status-utils.ts` to determine leave-by status based on
  journey data
- Mark Phase 1 mobile app tasks as complete in `CHECKLIST.md`
- Add mobile workspace configurations and npm scripts
2026-05-10 22:14:41 +02:00

6 lines
120 B
TypeScript

import AppNavigator from './src/navigation/AppNavigator';
export default function App() {
return <AppNavigator />;
}