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
When I use useForm in an Expo managed project, I receive an error related to the 'os' module. I can only use the project correctly when I add the 'os' library to my projects
To Reproduce
Install formiz to expo managed app
import & use useForm
Expected behavior
Being able to use formiz without installing an additional module
Screenshots
Smartphone (please complete the following information)
Device: iPhone 15 Pro
OS: IOS17.2
The text was updated successfully, but these errors were encountered:
Hey @aylonmuramatsu thanks again for raising this issue. You can upgrade Formiz to 2.2.2 and remove the os dependency, and it should work. Let us know if there are others issues.
Describe the bug
When I use useForm in an Expo managed project, I receive an error related to the 'os' module. I can only use the project correctly when I add the 'os' library to my projects
To Reproduce
Expected behavior
Being able to use formiz without installing an additional module
Screenshots
Smartphone (please complete the following information)
The text was updated successfully, but these errors were encountered: