mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Keep behaviour of no animation when navigating between different root stacks
This commit is contained in:
@@ -17,7 +17,7 @@ const RootStackNavigator = ( ) => {
|
||||
const [onboardingShown] = useOnboardingShown( );
|
||||
|
||||
return (
|
||||
<Stack.Navigator screenOptions={{ headerShown: false }}>
|
||||
<Stack.Navigator screenOptions={{ headerShown: false, animation: "none" }}>
|
||||
{!onboardingShown
|
||||
? (
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user