Mehmet Onur Sagir
Mehmet Onur Sagir
I've been using this package on an M1 mac. Are you guys using Rosetta for the terminal and/or Xcode?
I don't know what the implication are but there does seem to be a work around by using the nativeStack inside the bottomTab ```JavaScript const Tab = createBottomTabNavigator(); const Stack...
There is a kill method in the [controller api](https://useworker.netlify.app/docs/api-useworker#controller-api), but for me it doesn't kill when the status is PENDING so results may vary
We are developing a government website and are only allowed the one subdomain for the project, so were sadly limited in that regard.
Thank you, our PO and me were very geeked out about offen if there is anything I can help with lmk
Adding my 2 cents on this which would allow for an api similar to MUI being ```JavaScript Hello World; // renders as H1 by default Hello World; // renders as...
clearing the cache seems work for me as a work around `$ jest --clearCache && jest`
The sql generated by Drizzle probably looks something like this ```sql ALTER TABLE "users" ADD COLUMN "roles" userRoles[] ``` while it should be looking like ```sql ALTER TABLE "users" ADD...