Profile avatar
brandtnewlabs.com
Design + Code in one 💻 🎨 🏳️‍🌈 Building brandtnew apps with React Native, Expo, and Supabase. Built & sold WeBurn 💪 Now working on @roamwise.app
93 posts 45 followers 116 following
Regular Contributor
Active Commenter

Can someone from the @expo.dev team release a short guide on how to properly manage .env variables for all things @sentry.io, @revenuecat.com, etc? With examples on 1 – How to make things run locally in DEV 2 – How to make builds work for PROD This "guide" 👇 is ... 😵‍💫 docs.expo.dev/eas/environm...

Remember when WeBurn was headlining the App Store? Yeah, I built that — with React Native, from scratch, as a solo founder 🚀 Featured. Scaled. Sold. Time to do it again.

If your React Native / @expo.dev builds suddenly started failing today, you’re probably on Xcode 16.3. It’s a known issue — downgrading to Xcode 16.2 is the current workaround. Details + steps here: github.com/facebook/rea...

Built a fun lil' photo app with @expo.dev and gave it some AI editing powers thanks to Gemini 2.0 Flash. Using expo-router + API routes, Galeria & Zeego by @rojo.bsky.social, and the smooth @swmansion.com react-native-reanimated. Stoked to introduce some of the new Expo server stuff next 🚀

In 2019, I got invited to Apple’s App Store Developer Session for Chew, my fasting app — and my fitness app WeBurn showed up in their “Apps We Love” slide. Both built with React Native. Still one of my favorite dev moments ✨

My first post here. Let me introduce the Make It Animated project I’ve recently launched This is a collection of real-world mobile app animations, built for React Native - Only real-world animations - Search by app name - Scan QR code and test animation on your device -> www.makeitanimated.dev

The app was called Chew, made a few hundred € MRR, but stalled then. Competition was too strong & I had no clue about marketing.

Such a relief 😮‍💨 Spent most of the afternoon wondering why my @drizzle.team liveQuery wasn’t updating the UI. Turns out I missed this lil’ setting: enableChangeListener: true @expo.dev-sqlite + drizzle = working like a charm now! 💕

Just found this gem in my photos: An intermittent fasting app I designed and developed with React Native in 2019 😊

React Native turns 10 today 🎉 Exactly 10 yrs ago I first tried it at my startup GymEntry (gym passes across Germany). Wild how far dev experience has come—especially thanks to Reanimated. Excited for what’s next!

What’s the go-to solution to save huge amounts of data locally with @expo.dev? WatermelonDB? TinyBase? Pure Expo SQLite? AsyncStorage/MMKV just aren’t cutting it for my use case. Would love recommendations!

Vibecoded the @revenuecat.com integration and corrected my Agent where needed. Now I’m just waiting on App Store Connect data to appear in RC—it’s been stuck in “Ready to Submit” for a few hours. Fingers crossed!

Spent the weekend building the onboarding paywall for @roamwise.app with @expo.dev. It showcases geo-photo insights, current/upcoming features, and social proof. I might be leaving money on the table—but A/B testing will fix that!

Applying to React Native roles at big-name companies—just so I can say ‘they passed, I shipped something better’ later 🛳️✨

Yeah! Just got the @roamwise.app running on my iPhone for the first time—feels amazing! 🥳 Big thanks to @expo.dev for making it so straightforward!

If your nativewind absolute inset-0 components stop rendering after switching back to the old React Native architecture, here’s the fix: Use absolute top-0 right-0 bottom-0 left-0 instead. 🔧 Hope this saves you some debugging time!