aksonov / aksonov/react-native-router-flux
onchange tabs, go back to previous tab with screen state maintained
未关闭
- 主要语言
- JavaScript
- 星标
- 8.9k
- 派生
- 2.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Expected behaviour
I have **'a' screen on A tab**, did some changes , then i moved to **B tab**. When i come to A tab, I see 'a' screen, I want to see the **changed screen of A**.
### Actual behaviour
On coming back from Tab B to A, the a's screen gets refreshed automatically, and **the changes done on 'a', is not shown.**
I used ,
Actions.A();
on going back.
贡献指南
评估
这个 Issue 还没有评估数据。