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
|
? Dimensions.get('window').width * 0.05
|
||||||
: DDS.isSmallTab
|
: DDS.isSmallTab
|
||||||
? '40%'
|
? '40%'
|
||||||
: Dimensions.get('window').width * 0.75,
|
: Dimensions.get('window').width * 0.65,
|
||||||
borderRightWidth: 0,
|
borderRightWidth: 0,
|
||||||
}}
|
}}
|
||||||
edgeWidth={200}
|
edgeWidth={200}
|
||||||
|
|||||||
@@ -72,8 +72,7 @@ export const NavigatorStack = () => {
|
|||||||
initialRouteName={settings.homepage}
|
initialRouteName={settings.homepage}
|
||||||
screenOptions={{
|
screenOptions={{
|
||||||
headerShown: false,
|
headerShown: false,
|
||||||
cardStyleInterpolator:
|
cardStyleInterpolator: forFade,
|
||||||
DDS.isTab && !DDS.isSmallTab ? forFade : forSlide,
|
|
||||||
}}>
|
}}>
|
||||||
<Stack.Screen name="Home" component={Home} />
|
<Stack.Screen name="Home" component={Home} />
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
|
|||||||
Reference in New Issue
Block a user