React Hook Form not working on Expo Snack - React Native #12000
Unanswered
cadusaboya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason react hook form is not working on mobile versions of expo snack using Expo SDK 51. The exactly same code works fine on local development and on docker. The web version on snack works fine, but I would like to deploy with the iOS version working for users to try it out online.
I have built an example using a code from React Hook Form docs that showcases the error, says something about async functions not being supported.
https://snack.expo.dev/@cadusaboya/example?platform=ios
The project works fine as soon as I remove the React Hook Form import.
Beta Was this translation helpful? Give feedback.
All reactions