aksonov / aksonov/react-native-router-flux
How to solve multiple duplicate routing pages
未關閉
- 主要語言
- JavaScript
- 星號
- 8.9k
- 分支
- 2.1k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Version
Tell us which versions you are using:
"react": "16.9.0",
"react-native": "0.61.3",
"react-native-router-flux": "^4.1.0-beta.5"
### Expected behaviour
Page from A to B
Then there is a button on page B to enter the new page B repeatedly
page:A->B->B->B->B->B->B
The expected result is that I can return to page A after the last page B returns 3 times
### Actual behaviour
The actual result is that all pages B are returned before returning to page A
How can I return to the homepage after opening multiple duplicate pages and returning 3 times?
貢獻指南
評估
這個 Issue 還沒有評估資料。