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.
我目前正在使用 react native 导航库。我在调试某些问题时遇到问题,我想知道:
如果您正在使用带有 redux 的反应导航。您可以在调试器工具中找到它们,该工具还为您提供顺序和唯一 ID。
像这样的东西。
编辑您的评论:
您可以观察 redux 中的状态变化以确定当前屏幕。我想没有getCurrentScreen。React 导航为您可以使用的状态更改提供回调。
onNavigationStateChange={(prevState, newState) => { // your code to determine screen })