add comment

This commit is contained in:
Abbey Campbell
2026-03-25 12:29:55 -07:00
parent e2346888fb
commit 2190ff1458

View File

@@ -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,