davideddr / react-native-hook-form-builder

Form builder with react native components build with react hook form
MIT License
16 stars 7 forks source link

react-hook-form #1

Closed smooJitter closed 4 years ago

smooJitter commented 4 years ago

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?

davideddr commented 4 years ago

Hi @smooJitter! You can find react-hook-form in the Form component under the lib/components folder.

smooJitter commented 4 years ago

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.

davideddr commented 4 years ago

Thank you! You are right, in the new version i can try to remove this dependency and use the icons instead.

smooJitter commented 4 years ago

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.

davideddr commented 4 years ago

In version 0.4.1 I remove Lottie from dependencies.