Mike Cavaliere
Mike Cavaliere
Steps: * [ ] Start documenting with their editor * [ ] Add CI config * [ ] Continue documenting for a period, see how well the docs auto-update *...
I worked around this for now by setting `pydantic==1.10.8` in `requirements.txt` and re-running the install script/
@diatche 's solution just saved me a bunch of frustration in an Expo 46 / RN 0.69.6 project. Thanks!
Same issue, anyone find a workaround yet? I'm trying to figure out why CSS variables aren't working for me currently.
I managed to achieve this in `nativewind@^4.0.16` by wrapping the `Stack` component and using the `cssInterop` utility to map over some style properties: ``` function StackContainer({ headerBackgroundColor, headerTintColor, ...props }:...
@cball agree.
@cball haven't used react-hook-form yet, but this looks great, especially if it does that many fewer renders than Formik. Can't see any issues from looking at the docs. We should...
@agenthunt Ping on this. Happening with a client app (Expo 30, ejected to ExpoKit), so looking for good workarounds.