Replies: 1 comment 1 reply
-
Maybe not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have valtio working great with
useSnapshot
. But, I'd LOVE to be able to useuseProxy
.I've followed all the instructions but when I try and use it I get an
unable to find "path"
error.So I tried installing
path
from https://www.npmjs.com/package/path. And then got another error.It seems maybe it's a React Native issue rather than a configuration error.
Is
useProxy
expected to work in React Native? Thanks.Beta Was this translation helpful? Give feedback.
All reactions