I built a small CLI tool to quickly check which npm packages include an @expo.dev config plugin (and whether it’s being used). 🎉 Try it out: npx list-config-plugins Feedback is welcome!
Lukas Müller
@wookbot.de
fullstack engineer react-native engineer WookieFPV on Github / X
The State of React Native 2024 is now open! 🚨🚨🚨 ➡️ stateofreactnative.com We've been running this survey for 3 years & it's become an invaluable resource for learning about React Native's best features and biggest pain points. Share your thoughts and help us shape the whole RN ecosystem!
one of the best debugging techniques of all time is to log everything relevant and deterministic, and diff the two logs
A simple general purpose memoizer utility for TypeScript - lazily computes a value when accessed - autocaches the result - typesafe i use this all the time...unlike a naive getter there's no runtime overhead after the first invokation since the getter itself is overwritten with the memoized value
🫡 Thanks to @zoontek.me - Android is now livin on the edge-to-edge. Check out the blog post to learn how your app content can flow smoothly beneath the system bars on Android. expo.dev/blog/edge-to...
Edge-to-Edge display, now streamlined for Android
Learn how to create a more immersive experience for application users with React Native edge-to-edge display.
expo.dev
My latest blog post covers how a simple observation at airport security highlights the concept of Betterment and how it applies to engineering teams. Which group are you in? angiejones.tech/the-betterme...
The Betterment Metric - Angie Jones
A simple observation at airport security highlights the concept of Betterment and how it applies to engineering teams. Which group are you in?
angiejones.tech