diff --git a/app/src/examples/index.ts b/app/src/examples/index.ts index af09e5f13e2..0f9c1c6890b 100644 --- a/app/src/examples/index.ts +++ b/app/src/examples/index.ts @@ -437,9 +437,9 @@ export const EXAMPLES: Record = { title: 'Worklet factory crash', screen: WorkletFactoryCrash, }, - LayoutAnimationsExample: { + HabitsExample: { icon: '🧑‍💻', - title: 'Layout animations example', + title: 'Habits', screen: HabitsExample, },