import {CardStyleInterpolators,createStackNavigator} from '@react-navigation/stack';
<Stack.Screen
name="Tools"
component={Tools}
options={{
headerShown: false,
gestureEnabled: false,
cardStyleInterpolator: CardStyleInterpolators.forVerticalIOS,
}}
/>
React Native纵向跳转动画
最新推荐文章于 2025-03-10 08:30:00 发布