Sharing context/state with multiple screens #7627
Answered
by
sssajjad007
AliAhmadi74
asked this question in
Q&A
|
hi i have question. |
Answered by
sssajjad007
Nov 3, 2022
Replies: 1 comment
|
Re-renders aren’t triggered across screens when the context changes, }); |
0 replies
Answer selected by
AliAhmadi74
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re-renders aren’t triggered across screens when the context changes,
cuz contexts does not support proxy any more (hermes not supporting Proxy). i have same problem and i decided to use Redux instead.
like this
});