mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-20 14:58:35 -04:00
add comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user