Oliver Kwast's Avatar

Oliver Kwast

@baumstumpf

CEO of bitglow - Your mobile and web development agency React Native & Expo enthusiast πŸ‘¨β€πŸ’» React (Native) Meetup co-organizer. πŸ“ Germany

1,241
Followers
400
Following
399
Posts
11.05.2023
Joined
Posts Following

Latest posts by Oliver Kwast @baumstumpf

This setup is a must have for large apps.

05.03.2026 21:36 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Looks great!

06.03.2026 10:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

IMO it’s actually really good. It’s been my go-to solution since 2018, and it keeps getting better all the time.

Are you thinking about developing an app, or just curious?

06.03.2026 10:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh, I’d love to give that a try! Widgets were already possible, but any simplification is always welcome.

06.03.2026 09:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thanks for sharing! Curious if you also looked into the React Compiler for this kind of optimization.

06.03.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Do you have a specific scenario in mind?

Would love to see what you end up building with it. These things often lead to really interesting UI patterns.

06.03.2026 08:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

@sebastienlorber.com maybe interesting for the newsletter?

06.03.2026 08:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Classic!

06.03.2026 08:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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 πŸ‘ 5 πŸ” 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.

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 πŸ‘ 15 πŸ” 1 πŸ’¬ 1 πŸ“Œ 2
Preview
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
Preview
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
Video thumbnail

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
Preview
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
Post image

πŸ€‘ 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
Preview
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
Preview
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
Video thumbnail

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