Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions example/app/testing-grounds/widget-scheduling.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import WidgetSchedulingScreen from '~/screens/testing-grounds/WidgetSchedulingScreen'

export default WidgetSchedulingScreen
7 changes: 7 additions & 0 deletions example/screens/testing-grounds/TestingGroundsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ const TESTING_GROUNDS_SECTIONS = [
'Test image preloading functionality for Live Activities. Download images to App Group storage and verify they appear in Live Activities.',
route: '/testing-grounds/image-preloading',
},
{
id: 'widget-scheduling',
title: 'Widget Scheduling',
description:
'Test widget timeline scheduling with multiple states. Configure timing for each state and watch widgets automatically transition between them.',
route: '/testing-grounds/widget-scheduling',
},
// Add more sections here as they are implemented
]

Expand Down
Loading
Loading