Nanniii
nanniii.bsky.social
Nanniii
@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.
@codewithbeto.dev
I was looking into the preview update in the development app available on the store for non tech users. I was wondering if there was a way in current expo to get the list of channel compatible with app running?
docs.expo.dev/eas-update/o...
Override update configuration at runtime
Learn how to override the update URL and request headers at runtime to control which update is loaded on the client side.
docs.expo.dev
July 4, 2025 at 11:18 AM
@codewithbeto.dev Hi i was looking into eas workflow and couldn't find an example on how to do something like eas update but with custom step before. We are using linguijs and i need to run a command before the update for localization but can't seems to find an example :/
any link by any chance ?
June 30, 2025 at 3:55 PM
@codewithbeto.dev Hi, getting a 404 on the fingerprint docs right now and can't find any docs for fingerprint in the github repo. any suggestion on where to find up to date docs?

trying workflow and can't seem to make get build work, it never matches the fingerprints. :/
June 26, 2025 at 3:35 PM
anyone know something like mobbin that doesn't bill yearly?
May 20, 2025 at 1:23 PM
wondering if anyone ever did an UX around input like this and has any feedback on the result or pittfalls/issues he/she encountered?
April 29, 2025 at 2:43 PM
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
March 21, 2025 at 2:28 PM
Vibe coding sucks, time for nightcore coding
www.youtube.com/watch?v=vXqk...
NIGHTCORE NEVER DIES !!!
YouTube video by luvmamimi
www.youtube.com
March 19, 2025 at 2:30 PM
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
March 19, 2025 at 10:42 AM
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
March 14, 2025 at 10:59 PM
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.
March 10, 2025 at 2:29 PM
anyone using datadog RUM here and managed to get the expo app crash reporting to link to the sourcemaps?
March 5, 2025 at 4:40 PM
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
March 2, 2025 at 10:41 PM
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
January 22, 2025 at 12:11 PM
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
January 21, 2025 at 4:24 PM
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 😭
January 15, 2025 at 12:34 AM
ok ts-morph rules the world
so much easier to use than jscodeshift for me
i recommend if you want to make a refacto that is a bit more complex than find/replace.
January 9, 2025 at 4:36 PM
@samuel.bsky.team Hi, was wondering if there was any reason we couldn't use the bottom sheet module from your repo? i remember you saying it's probably one of the best out there currently but wondering if it's specific to your use case or it's generic enough to be used outside of bluesky :)
January 9, 2025 at 10:45 AM
Anyone has experience with legend state? just discovered last night and it seems to good to be true for something that i never heard of so far.

is there a catch? or it's actually great? :)
December 18, 2024 at 10:06 AM
I listened for 51,621 minutes in 2024. What about you? #SpotifyWrapped
December 4, 2024 at 2:28 PM
Reposted by Nanniii
Introducing Unistyles 3.0! ✨

After months of development, I’m excited to present the brand-new version of Unistyles. We’ve shipped a ton of new features that will redefine how you build your React Native applications. 🧵
November 29, 2024 at 3:14 PM
@jpudysz.bsky.social where is Unistyle 3.0 post here? was looking to share with work and i'd rather not send to twitter ahah
November 29, 2024 at 3:06 PM
I must be the only person on bluesky that don't see the engagement when i post or the conversations sparking 😂

altho i don't post much.
I still enjoy it way more than X tbh, the vibe is there
November 28, 2024 at 10:17 PM
was wondering does anyone has a clue on how to reduce ios build time?
android is on large and ios on medium (2$ build)
does ios large would make for the diff in build time?

locally android is like 2min and ios 8min
getting to the point where i only build android :/
November 28, 2024 at 4:37 PM
@kadi.bsky.social Hi i was wondering if it would be possible and amazing to switch to a ticket based system in the expo discord because 80% of the msg lost unless you get the right timing. urql has it and it's really practical to follow along issues rather than one endless stream of msg
November 27, 2024 at 12:02 PM
i want to be able to do that in RN
commerce.nearform.com/open-source/...

a man can dream (the more i read about List, the more i'm like do it an use ScrollView it will be okay xD)
urql Documentation
A highly customisable and versatile GraphQL client.
commerce.nearform.com
November 21, 2024 at 11:38 AM