gitpoint / gitpoint/git-point

Re-navigating back to the same screen does not reload state

Đang mở
#3 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
:bug: bug
Ngôn ngữ chính
JavaScript
Star
4.8k
Fork
771
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Since the app has nested navigation throughout, most of the screens can be accessed through each of the tabs. Moreover, the same screen can easily be accessed in the same stack.

To reproduce this bug, there are 2 ways:

### 1

1) In any tab, navigate to any screen (for example: user profile)
2) Switch to a different tab, navigate to the same screen (for example: user profile for a different user)
3) Switch back the first tab and you'll notice that the correct state isn't shown

### 2

1) navigate to repository screen (as an example)
2) click any contributor to navigate to user profile screen
3) click number of repos to navigate to repository list screen
4) click a repository to navigate to the repository screen
5) go back multiple times until you reach the first repository screen you accesed -- you'll notice that the correct state isn't shown

---

This can be solved by essentially reloading component state whenever it comes into focus and there's an [issue](https://github.com/react-community/react-navigation/issues/51) open for that in React Navigation.

One thing I've tried is wrapping a HOC in the meantime that exposes a `isFocused` prop, but I couldn't have this working without the component state being fired multiple times every time the screen was focused.

Open to suggestions of any kind!

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.