Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 2, 2023
1 parent 9708a7b commit ccac53b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/navigation/root/RootNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@ import {
GoodbyePasswords,
HelloWidgets,
} from '../../screens/Widgets/WidgetsOnboarding';
import { __E2E__ } from '../../constants/env';
import type { RootStackParamList } from '../types';

const Stack = createStackNavigator<RootStackParamList>();

const screenOptions: StackNavigationOptions = {
...TransitionPresets.SlideFromRightIOS,
headerShown: false,
animationEnabled: !__E2E__,
// we can't use it because bottom-sheet components
// are starting to appear on the screen even they are closed
// animationEnabled: !__E2E__,
};

/**
Expand Down

0 comments on commit ccac53b

Please sign in to comment.