Great post from Julian on how to create app variants with @expo.dev. Thereβs some neat tricks on how to declare your configs in @typescriptlang.org and also pointers on how to leverage the `extra` property too. Check it out below π
03.03.2026 20:37 β
π 4
π 1
π¬ 1
π 0
Illustration of three differently colored mobile app icons labeled Dev, Preview, and Production, symbolizing build variants or app flavors for separate development and release environments.
Shipping the βsameβ app in dev, preview, and production without release chaos?
Weβre using App Flavors with Expo + EAS to keep builds cleanly separated.
Full post:
bitglow.de/blog/app-fla...
Curious how others structure their builds.
03.03.2026 15:48 β
π 10
π 1
π¬ 0
π 1
Ship smaller OTA updates: bundle diffing comes to EAS Update in SDK 55
SDK 55 introduces bundle diffing in EAS Update. Devices now download patches instead of full bundles, reducing download sizes by up to 75%.
Less is more: Bundle diffing comes to EAS Update.
Instead of downloading the full bundle on every update, devices now receive a binary patch of only what changed.
Result: ~75% smaller downloads.
β¦ A 3MB update drops to ~0.75MB
β¦ Opt-in beta, safe fallback to full bundles
expo.dev/blog/ship-sm...
27.02.2026 19:40 β
π 17
π 3
π¬ 0
π 0
Expo SDK 55 - Expo Changelog
Learn about the changes and how to upgrade
Expo SDK 55 is out π
RN 0.83, React 19.2 & a long list of things that make your app faster, smaller, & easier to build
β¦ Hermes bytecode diffing cuts update sizes by ~75%
β¦ Brownfield support gets a serious upgrade
β¦ MCP now queries EAS + TestFlight crashes
Full changelog: expo.dev/changelog/sd...
26.02.2026 00:11 β
π 53
π 8
π¬ 4
π 0
Great! A lot has improved in terms of tooling and onboarding over the last years. Glad to hear it shows π
One of the nice things with React Native is that you rarely need to do a full native build.
If you run into any difficulties along the way, feel free to reach out.
18.02.2026 14:43 β
π 1
π 0
π¬ 0
π 0
Haha, now imagine being a classic native developer. Move a view 2pt --> recompile π€£
But sounds like a great test app. Howβs it been so far?
17.02.2026 15:14 β
π 0
π 0
π¬ 1
π 0
Yeah, same thought here. The ecosystem size definitely matters.
Plus React usually follows quite consistent patterns which probably helps as well.
17.02.2026 15:07 β
π 0
π 0
π¬ 0
π 0
Completely agree. Itβs probably not just JS, but the huge amount of React code available.
And React tends to follow clearer patterns. Other areas are often more individual, which makes suggestions probably less reliable.
17.02.2026 15:06 β
π 0
π 0
π¬ 0
π 0
How did the build go in the end? π
And what were you building on a Friday afternoon?
16.02.2026 16:42 β
π 0
π 0
π¬ 1
π 0
Working both with React Native and iOS native, Iβve noticed that AI tools seem to be more helpful (at least for me) in React Native projects.
Curious if others have similar or completely different experiences?
16.02.2026 16:37 β
π 4
π 0
π¬ 2
π 0
Especially the relocating views part looks amazing. I once implemented something similar on the native side for a video player. Having a simpler way to achieve that sounds really promising.
13.02.2026 15:00 β
π 2
π 0
π¬ 1
π 0
I actually read about Teleport in a newsletter this morning already. It looks awesome.
I have a side project where weβre currently trying to move away from portals because they tend to cause issues. I hope Iβll find some time soon to give Teleport a try.
13.02.2026 14:59 β
π 1
π 0
π¬ 1
π 0
I published a guide on how to build Instagram-like shared transitions in React Native across all three major platforms:
kirillzyusko.github.io/react-native...
Even Android Instagram and web donβt have this beauty implemented in their apps - but itβs possible in React Native. Check out how!
12.02.2026 18:43 β
π 6
π 1
π¬ 2
π 0
The last six months were pretty intense. Two projects with tight timelines and some interesting challenges along the way.
So I barely had time to be active here.
Time to change that again π
Who from the React Native community is still around?
13.02.2026 14:52 β
π 6
π 0
π¬ 1
π 0
React Native 0.84 - Hermes V1 by Default Β· React Native
Today we're excited to release React Native 0.84!
React Native 0.84 is now available!
This release makes Hermes V1 the default JavaScript engine and ships precompiled iOS binaries by default β bringing significant performance improvements and faster build times to all React Native apps.
reactnative.dev/blog/2026/0...
11.02.2026 18:09 β
π 47
π 7
π¬ 2
π 1
Huge thanks to @expo.dev for featuring our journey with DEPOT on their blog! Big thank you as well to @baumstumpf.bsky.social for the editorial support π
The path to success was built one step at a time - and those incremental improvements compounded to really pay off. π
05.02.2026 17:11 β
π 8
π 2
π¬ 0
π 0
π€ Learn how bitglow modernized DEPOT's React Native app with Expo Prebuild, cutting upgrade time by 80% & boosting performance scores from 36 to 90.
The blog from @bonesyblue.bsky.social is a blueprint for speeding up an RN e-comm app and protecting rev with OTA updates.
expo.dev/blog/how-to-...
05.02.2026 14:26 β
π 6
π 1
π¬ 0
π 1
Do it!
And congratulations π
04.02.2026 14:17 β
π 2
π 0
π¬ 1
π 0
Compiler cache for builds and Workflows - Expo Changelog
Control build caching behavior on EAS with environment variables to speed up subsequent builds by up to 30%.
We shipped compiler caching for EAS builds today π
30% faster builds (both platforms), free for everyone, literally just set one env var. ccache does the heavy lifting on native compilation.
SDK 53+ for Android, 54+ for iOS
expo.dev/changelog/co...
26.01.2026 22:21 β
π 15
π 2
π¬ 1
π 1
React Native 0.83 - React 19.2, New DevTools features, no breaking changes Β· React Native
Today we are excited to release React Native 0.83!
React Native 0.83 is now available!
This release includes React 19.2, new React Native DevTools features, and support for new Web APIs. And, it's the first React Native release with no user facing breaking changes.
reactnative.dev/blog/2025/1...
10.12.2025 20:04 β
π 22
π 5
π¬ 1
π 0
Reanimated 4.2.0 is here, and it brings gifts! π₯
π Long-awaited Shared Element Transitions π Not production-ready yet, so theyβre behind a feature flag. Please, test it out and give us feedback!
π Experimental performance fixes, inspired by real apps...
05.12.2025 08:30 β
π 14
π 2
π¬ 1
π 0
I'm using both professionally and would take RN over Swift for pretty much all standard use cases.
* Faster time-to-market
* OTAs
* Multiplatform
* etc.
In your case, an MVP for a startup idea, just take what makes you get to MVP fastest, I'd say.
28.11.2025 14:42 β
π 2
π 0
π¬ 0
π 0
π You can get a 25% discount today with the code βTODAY25β on my animations course.
More info in the thread below π§΅
28.11.2025 10:44 β
π 2
π 1
π¬ 1
π 0
It seems. You donβt know that React Native uses the same views for rendering as native Swift apps like UIView etc. and does not use webviews.
14.11.2025 23:08 β
π 2
π 0
π¬ 0
π 0
I'm preparing my Star Wars themed talk on TanStack DB for next week's React(Native) Kiel meetup. If you're around in Kiel on Monday evening, feel free to join us for some nerdy fun! βοΈ
www.meetup.com/kiel-react-n...
08.11.2025 11:35 β
π 3
π 2
π¬ 0
π 0
Oh, a new version based on Nitro. Sounds interesting!
01.11.2025 09:02 β
π 2
π 0
π¬ 0
π 0
And, coming later in React Native 0.83, you'll be able to profile and understand your app more intuitively, with native support for the Performance panel and Network panel in React Native DevTools.
08.10.2025 22:52 β
π 5
π 1
π¬ 1
π 0
Folks are downloading react-native on npm over 4 million times a week, that 100% growth from last React Conf!
08.10.2025 23:24 β
π 6
π 3
π¬ 1
π 0
The iOS queue times for Free plan users on @expo.dev were around 4 hours at this time last week.
We increased our Mac capacity today. We're seeing <10 min queue times right now. β‘
Subscribers are seeing 0 min queue times.
29.09.2025 17:44 β
π 14
π 5
π¬ 2
π 0