Skip to content

Commit

Permalink
fix: experiment with always enable preventFouc
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jan 4, 2025
1 parent 67392ae commit 1a4b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BottomTabsStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import TabBar from './navigation/TabBar';
import TabBarItem from './navigation/TabBarItem';
import { NavigationHandler } from 'navigation-react';
import NavigationStack from './navigation/NavigationStack';
import { useBottomTabsStateNavigator } from './navigation/useBottomTacbsStateNavigator';
import { useBottomTabsStateNavigator } from './navigation/useBottomTabsStateNavigator';
import RidgeNavigationContext from './contexts/RidgeNavigationContext';
import OptimizedContext, {
OptimizedContextProvider,
Expand Down

0 comments on commit 1a4b0e9

Please sign in to comment.