hwoi
Results
2
comments of
hwoi
gotta love it when the `styled` function is gone. this breaks like all of my code. what now?
update: there is a way to replace the `styled()` function: ``` import { cssInterop } from "nativewind"; // (as an example component import { YourComponent } from "whatever-library-this-is-from"; const StyledYourComponent...