Closed smooJitter closed 4 years ago
Hi @smooJitter! You can find react-hook-form in the Form component under the lib/components folder.
Thanks! for the work you put into this. Solid and clean coding. I do have a few issues with the lottie dependency considering it is only used for a checkbox.
Thank you! You are right, in the new version i can try to remove this dependency and use the icons instead.
Yes! Installing the lottie-react-native is a bit tricky on iOS (creating swift views). It took a few hours for me to rescue my project from this tricky process. In the end, I had to remove the checkbox for now.
In version 0.4.1 I remove Lottie from dependencies.
Does this use react-hook-form under the hood. I see references to react-hook-form on the readme page but not in the source code?