gpt4 book ai didi

android - react-native-router-flux 禁用 android 后退按钮返回登录屏幕

转载 作者:太空宇宙 更新时间:2023-11-03 11:34:20 25 4
gpt4 key购买 nike

使用 react-native-router-flux,在用户成功登录后,我想禁用后退按钮返回登录屏幕。但我似乎无法找到获取当前“场景”或“堆栈”然后进行一些登录的方法:

backAndroidHandler={() => {
if (currentScene === afterLoginScreeen) {
return true;
}
}}

有没有人设法处理这个问题?

最佳答案

根据我使用 react-native-router-flux 的经验

type={ActionConst.RESET} in Scene

<Scene duration={0} key="main" component={Main} title="Some Title" type={ActionConst.RESET} />

这应该是您需要避免返回登录屏幕的内容

ActionConst and Scene.type explaination

关于android - react-native-router-flux 禁用 android 后退按钮返回登录屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41791107/

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