Benny
Benny
> I think the shim for fs.readdir is also missing right? I am using [fastify-autoload](https://github.com/fastify/fastify-autoload) to load in routes in a folder automatically, but after bundling, I think it is...
you can copy the `node_printer.node` from `/node_modules/printer/lib/node_printer.node` to your pkg output .exe
i have the same problem, development works fine but when run with --no-dev, the screen re rendering constantly
Hi, I think its still re-render the screen, i try to run with `npx expo start --no-dev --minify` https://github.com/user-attachments/assets/fa5c2519-73b0-4977-8d89-9b35da181934 here is the code: _layout.tsx ```typescript import { Stack } from...
currently, the workaround i found was to change `` with custom provider that open the database and return the drizzle db. the code still needs more works i think, just...