Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我更快地按下应用程序返回按钮两次时,它显示空白屏幕。它没有重定向任何只显示白屏的地方。
handleBackPress() { this.props.navigation.goBack(null); return true; }
白屏可能是因为它导致了其他未安装的屏幕或没有可渲染的启动屏幕。这可能是您的堆栈管理问题