mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
change animation
This commit is contained in:
@@ -43,7 +43,7 @@ export const NavigationStack = ({component = NavigatorStack}) => {
|
||||
? Dimensions.get('window').width * 0.05
|
||||
: DDS.isSmallTab
|
||||
? '40%'
|
||||
: Dimensions.get('window').width * 0.75,
|
||||
: Dimensions.get('window').width * 0.65,
|
||||
borderRightWidth: 0,
|
||||
}}
|
||||
edgeWidth={200}
|
||||
|
||||
@@ -72,8 +72,7 @@ export const NavigatorStack = () => {
|
||||
initialRouteName={settings.homepage}
|
||||
screenOptions={{
|
||||
headerShown: false,
|
||||
cardStyleInterpolator:
|
||||
DDS.isTab && !DDS.isSmallTab ? forFade : forSlide,
|
||||
cardStyleInterpolator: forFade,
|
||||
}}>
|
||||
<Stack.Screen name="Home" component={Home} />
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user