Sharing context/state with multiple screens #7627
-
hi i have question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Re-renders aren’t triggered across screens when the context changes,
}); |
Beta Was this translation helpful? Give feedback.
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
});