You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MobX for my React Native project. I noticed that if i have multiple screens in one stack, if those screens are observing same observable, it will cause all the screens rerender even if screens are in backstack. Is there anyway we can stop screen observing changes?