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,