jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native
2.08k stars 84 forks source link

Possible to use Tailwind Forms? #233

Closed KDederichs closed 1 year ago

KDederichs commented 1 year ago

As the title says, is it somehow possible to get support for tailwind forms? (https://github.com/tailwindlabs/tailwindcss-forms)

jaredh159 commented 1 year ago

it's not something that i'm planning to do, no, although i might be open to merging a pull request which added some support.

however, from briefly looking at that link, my guess is that it would only really be useful for React Native Web -- as native inputs are pretty different (IIRC) from web forms.

are you targeting RN Web? the stated goal of this library is only to focus on RN Native.

KDederichs commented 1 year ago

No I was trying to style forms on the Native Platforms. Too bad it's not really possible then.

jaredh159 commented 1 year ago

ok, yeah, sorry. if it seems applicable to native, and you end up implementing something similar, i'm definitely open to looking at a PR 👍