Skip to content

When hiding the navigation bar in the parent and show it in the child, it doesn't work properly when using Store.scope for some reason. #806

Answered by konomae
konomae asked this question in Q&A
Discussion options

You must be logged in to vote

This problem was caused by the parent's state change occurring when the child's action was sent, which caused the parent's View to be recreated. 😅

I was able to solve this problem by properly separating scopes. 🙌
konomae/TCANavigationScopeDemo@088db03

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iampatbrown
Comment options

Answer selected by konomae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants