From 2190ff145875520ddf76d7a67f81cf92ec5a2d64 Mon Sep 17 00:00:00 2001 From: Abbey Campbell Date: Wed, 25 Mar 2026 12:29:55 -0700 Subject: [PATCH] add comment --- src/navigation/BottomTabNavigator/tabScreenOptions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/navigation/BottomTabNavigator/tabScreenOptions.ts b/src/navigation/BottomTabNavigator/tabScreenOptions.ts index 6ae0262c5..0e641cca1 100644 --- a/src/navigation/BottomTabNavigator/tabScreenOptions.ts +++ b/src/navigation/BottomTabNavigator/tabScreenOptions.ts @@ -1,5 +1,7 @@ import type { BottomTabNavigationOptions } from "@react-navigation/bottom-tabs"; +// Note: this file exists so we can mock the screenOptions and disable animations while under test. +// If you update this file, be sure to update the mock in tests/jest.setup.js as well. const tabScreenOptions: BottomTabNavigationOptions = { lazy: true, freezeOnBlur: true,