Stephan Miller

Results 5 comments of Stephan Miller

I also need to set the placeholder color and when I search the whole repo, placeholderTextColor only shows up in this issue.

I was able to change the color of the label using a combination of baseColor and tintColor: ``` baseColor={Theme.lightgray} tintColor={isFocused ? Theme.blue : Theme.lightgray} ``` Tintcolor was working to change...

I am currently having this problem. Is there a fix? Or which alternate?

Here is the complete error from the build step. It also happens with the serve step too, if I change `with` to `assert` in `./node_modules/@redwoodjs/vite/dist/buildRouteManifest.js`. After reading [this](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-3.html), it also...

Ok, for one last test of things I upgraded node to v20.12.2 and changed the asserts back to withs and that worked. So some issue that must have been fixed...