Profile avatar
nanniii.bsky.social
He/Him JS/TS Fullstack at Green-got React native/expo guy for a while now Opinions are mine and mine only A mix of tech wizardry and the whimsical trials of a left-handed coder.
104 posts 44 followers 150 following
Regular Contributor
Active Commenter

anyone know something like mobbin that doesn't bill yearly?

wondering if anyone ever did an UX around input like this and has any feedback on the result or pittfalls/issues he/she encountered?

It's 2025 and we still can do a fucking input number for pricing without having a fucking PHD in validation lib, input, float parseFloat removes `12.` to `12` so you can't parse tanstack expect a number but zod takes a string first and the input can't return a number only string. kill me please

Vibe coding sucks, time for nightcore coding www.youtube.com/watch?v=vXqk...

i think i found one usage of AI like claude that works for me. it's with ts-morph for codemods, i don't know or want to spend the time to learn the API of ts-morph (too many things to be efficient for small refactor at work) but claude is quite good at making those so it works quite well

Anyone know why my expo app would render the first screen of a stack from the alphabetical order inside the app folder using expo router Not using index but the first route in the folder before being redirected by one of my hook that protect auth

anyone on android ever got this issue where text ghost and overlap? when a re-render occurs and text changes, it doesn't remove the old node and just overlap the new one on top of it. we can't reproduce but happen often on android.

anyone using datadog RUM here and managed to get the expo app crash reporting to link to the sourcemaps?

Anyone manage to make Maestro work with FullWindowOverlay ? it block the hierarchy and Maestro becomes unusable and there isn't any other e2e test tools for expo tbf Detox basically says fuck you to expo user in the doc linking to the maestro tutorial on expo doc xD

Anyone had issues with the new arch on ios? our layout get completely broken when switching (all is good without the new arch) it's not a sheet or anything, basic expo router stack screen, all the layout goes crazy when i activate new arch. makes no sense to me

it's happening exactly what i feared with the new arch. our app still doesn't work on the new arch (ios has layout problem ,white screens, etc) but every lib is now new arch only so reanimated v4 is cool but not happening for us, mmkv same, etc it's a bit a pain in my ass tbh xD

How is everyone using expo web and bundling to prod without the error on expo network and a bunch of other expo package on a class component error ? I just want to be able to deploy 😭