form icon indicating copy to clipboard operation
form copied to clipboard

[Docs] React Native Support

Open crutchcorn opened this issue 1 year ago • 5 comments

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 avatar Oct 17 '23 21:10 crutchcorn

@crutchcorn does tanstack form work with react native? i just feel that it is built for web

Othman2001 avatar Dec 28 '23 16:12 Othman2001

@Othman2001 it does! In fact, it's my current primary usecase

crutchcorn avatar Dec 28 '23 18:12 crutchcorn

@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 avatar Dec 28 '23 23:12 ovidb

@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!

crutchcorn avatar Dec 28 '23 23:12 crutchcorn

Hey @crutchcorn, I would like to take this up.

VinitSarvade avatar Jan 02 '24 05:01 VinitSarvade