gpt4 book ai didi

react-native - 在 StackNavigator 中更改特定屏幕的动画方向?

转载 作者:行者123 更新时间:2023-12-04 07:21:57 27 4
gpt4 key购买 nike

我需要为 Navigation 5.0 中的堆栈导航器中的特定屏幕将导航动画更改为 bottom-to-top

最佳答案

我在 StackOverflow 中寻找答案,但没有找到与单屏相关的解决方案。如果有人正在寻找答案,那么这里是解决方案。

options={{cardStyleInterpolator: CardStyleInterpolators.forVerticalIOS}}

import {  CardStyleInterpolators,createStackNavigator } from "@react-navigation/stack";

<AppStack.Navigator headerMode="none" initialRouteName={"Home"}>
<AppStack.Screen name="Home" component={HomeScreen} />
<AppStack.Screen
options={{
cardStyleInterpolator: CardStyleInterpolators.forVerticalIOS,
}}
name="Edit"
component={EditScreen}
/>
<AppStack.Screen name="Settings" component={SettingScreen} />
</>
)}
</AppStack.Navigator>

关于react-native - 在 StackNavigator 中更改特定屏幕的动画方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68444395/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com