Skip to content

Commit 59aca6d

Browse files
committed
remove: eliminated the CalendarWidget demo for testing the chatbotui
1 parent 4ac89b8 commit 59aca6d

3 files changed

Lines changed: 0 additions & 1499 deletions

File tree

src/navigation/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import NotificationDebugScreen from "./screens/NotificationDebug";
3232
import BugReportScreen from "./screens/BugReport";
3333
//import StatisticsScreen from "./screens/Statistics";
3434
import { NotFound as NotFoundScreen } from "./screens/NotFound";
35-
import CalendarWidgetDemoScreen from "./screens/CalendarWidgetDemo";
3635
import eventEmitter, { emitScreenChange, EVENTS } from "../utils/eventEmitter";
3736
import { useNotifications } from "../services/notificationService";
3837
import AppInitializer from "../services/AppInitializer";
@@ -462,11 +461,6 @@ function AppStack() {
462461
component={BugReportScreen}
463462
options={{ title: t('navigation.screens.bugReport') }}
464463
/>
465-
<Stack.Screen
466-
name="CalendarWidgetDemo"
467-
component={CalendarWidgetDemoScreen}
468-
options={{ title: 'Calendar Widget Demo' }}
469-
/>
470464
<Stack.Screen name="NotFound" component={NotFoundScreen} />
471465
</Stack.Navigator>
472466
</>

0 commit comments

Comments
 (0)