gpt4 book ai didi

javascript - React Native - NavigatorIOS - 禁用弹出手势

转载 作者:行者123 更新时间:2023-11-27 23:11:50 26 4
gpt4 key购买 nike

我正在尝试禁用 NavigatorIOS 中弹出当前场景的向后滑动手势。

我见过使用 Navigator.SceneConfigs 的方法,但这些都不适用于 NavigatorIOS。

我当前的代码如下。

<NavigatorIOS
style={styles.container}
initialRoute={{
title: 'Favourites',
component: Favourites,
passProps: {
content: this.state.content,
user: this.state.userLoggedIn,
favsPage: false,
setFavourites: this.setFavourites,
alterContent: this.alterContent,
retrieve: this.retrieve,
retrieveContent: this.retrieveContent,
events: this.eventEmitter
}
}}/>

最佳答案

尝试使用各种替换方法。他们可能会给你带来想要的效果。

replace(route) - Replace the route for the current page and immediately load the view for the new

routereplacePrevious(route) - Replace the route/view for the previous page

replacePreviousAndPop(route)- Replaces the previous route/view and transitions back to it

关于javascript - React Native - NavigatorIOS - 禁用弹出手势,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36128395/

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