Oliver Kwast's Avatar

Oliver Kwast

@baumstumpf.bsky.social

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

1,231 Followers  |  397 Following  |  391 Posts  |  Joined: 11.05.2023  |  1.9822

Latest posts by baumstumpf.bsky.social on Bluesky


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 β€” πŸ‘ 13    πŸ” 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
Video thumbnail

πŸ‘€ 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
Preview
CSS Grid by intergalacticspacehighway Β· Pull Request #1865 Β· facebook/yoga Why? CSS grid provides us more control to position children in a two-dimensional layout system. It works as a complimemtary system to Flexbox. Official spec for more details/usage. There are a few...

πŸ†• This PR from @nishan.dev adds CSS grid support to react native πŸ™Œ

It's not possible to overstate how massive this is for all of us. Future generations will celebrate Nishan Bende Day 🐐

github.com/facebook/yog...

17.11.2025 20:23 β€” πŸ‘ 65    πŸ” 10    πŸ’¬ 2    πŸ“Œ 1

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

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

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

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

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
Preview
Expo SDK 54 - Expo Changelog Learn about the changes and how to upgrade

𝝠 Expo SDK 54 is LIVE πŸš€

β—† React Native 0.81
β—† Precompiled RN for iOS β†’ faster clean builds
β—† iOS 26 Liquid Glass icons + views
β—† Android 16 target, edge-to-edge default
β—† Router v6 native tabs
β—† Updates: header overrides, progress, reload screen
β—† So much more...

expo.dev/changelog/sd...

10.09.2025 20:20 β€” πŸ‘ 80    πŸ” 20    πŸ’¬ 2    πŸ“Œ 7

Haha, yeah. Though in RN you don’t need to care about Xcode warnings. The RN team is doing a fantastic job keeping you away from any issues.

Also I’d recommend to use Expo as much as possible to reduce the amount of Xcode in your dev flow even more.

29.08.2025 21:57 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
React(Native) Meetup #29, Mon, Aug 25, 2025, 6:30 PM | Meetup Welcome to the 29th React(Native) Meetup Kiel. Everyone is welcome to join us, whatever your experience with React or other web technologies. Since the number of spots is l

πŸ“£ The next edition of React(Native) Kiel is coming up next Monday, Aug. 25th! I’ll be co-hosting with @dbanck.com & @baumstumpf.bsky.social and we’ve lined up two talks you won’t want to miss πŸ‘‡
www.meetup.com/kiel-react-n...

20.08.2025 12:21 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
Preview
Expo SDK 54 beta is now available - Expo Changelog Learn about the changes, how to try it out, and how to give feedback.

SDK 54 beta is out πŸš€

β—† RN 0.81 + React 19.1
β—† Precompiled React Native for iOS β†’ ⚑ faster builds
β—† iOS 26 Liquid Glass icons + Expo UI
β—† Android 16 edge-to-edge + predictive back
β—† Updates to EAS Update + Autolinking
β—† Final release w/ Legacy Arch

Details in the changelog: expo.dev/changelog/sd...

19.08.2025 19:47 β€” πŸ‘ 58    πŸ” 15    πŸ’¬ 1    πŸ“Œ 4

@baumstumpf is following 20 prominent accounts