form
form copied to clipboard
[Docs] React Native Support
It would be awesome to have a docs page similar to this:
https://houseform.dev/guides/react-native.html
That outlines how to use TanStack Form with React Native. TLDR: it should just work out-of-the-box without needing any additional configuration.
It would probably be ideal to also add a RN example when we add this page.
@crutchcorn does tanstack form work with react native? i just feel that it is built for web
@Othman2001 it does! In fact, it's my current primary usecase
@crutchcorn that's amazing news! I was just now searching to see if it actually works and see you posted 5 hours ago - mental!
Anything special things you had to do to have it use the native components?
@ovidb you shouldn't have to change anything in the documented usage to use React Native ☺️ 100% of our APIs and adapters should work in non-browser environments (including NativeScript and theoretically Ink/terminal usage)
If there is an issue preventing you from using it, let me know (in a new issue please) and I'll prioritize it!
Hey @crutchcorn, I would like to take this up.