๐ค Jetpack Compose in React Native is here
Expo UI in SDK 55 exposes real Compose & SwiftUI components, not JS reimplementations. Material Design 3 on Android, native SwiftUI on iOS.
Deets in @kudochien.dev's blog:
expo.dev/blog/expo-ui-in-sdk-55-jetpack-compose-now-available-for-react-native-apps
Posts by Sid
Thinking about making a chess game where you see two AI powered bots playing each other
whackylabs.com/js/objc/ios/...
The simplest transition effect with one line of code! ๐ฒ
whackylabs.com/swift/ios/ui...
#iosdev #transition #tipoftheday
Vulkan releases game engine tutorial
The Vulkan Working Group has published, Building a Simple Game Engine, a new in-depth tutorial for developers ready to move beyond the basics and into professional-grade engine development.
Learn more: www.khronos.org/blog/new-vul...
#vulkan #tutorial #programming #gpu #gameengine
the perfect app switched UX already existed, and you killed it. Now I have to reach top corner to access controls
I wanted to try and see for myself the work it takes to wrap a native view for use within react native
whackylabs.com/ts/react-nat...
That deepest subtree is if you want to be an expert in React Native
I've been thinking about what mobile tech stack looks like in 2026
Currently writing the next post: how to animate text along a path on a canvas ๐๏ธ
I made a video explaining, step by step, how to implement the new Liquid Glass bottom tabs in your Expo app!
Link: youtu.be/L5f8Gy91Gv4
nobody: nothing
apple: "and with the same declarative style that has made SwiftUI so popular, now my networking code has a similar feel to my user interface code"
the code ๐ฝ
Oh, okay. Haven't tried this yet myself.
watching microsoft engineers fight their own AI as it's allowed to publicly run wild across massive in-production projects is certainly ... something
github.com/dotnet/runti...
The what now
Announcing React Native Reanimated 4 ๐ด
Long-awaited CSS Animations and Transitions support is here! โจ
Available now in Beta.
Read more ๐
So yes after getting my hands dirty with Kotlin multiplatform the obvious next step would be to try Compose multiplatform. Which I did. And yes itโs a game changer.
whackylabs.com/swift/kotlin...
Goodbye FFmpegKit ๐
github.com/arthenica/ff...
What better way to start the new year than trying out the Kotlin Multiplatform...
whackylabs.com/swift/kotlin...
The @expo.dev examples repo is a great resource for bootstrapping your next big app idea. The templates can be pulled via the create-expo-app command. Iโm trying out the with-tv example which supports tvOS & Android TV platforms ๐บ๐
github.com/expo/examples
And of course the solution is to override the JAVA_HOME while running the gradle job from Xcode
The real struggle with adopting Kotlin Multiplatform is..
๐ฅ
Java!
Holy shit! MMKV is fast!! ๐
github.com/Tencent/MMKV...
I hope there's a very good reason for this
UICollectionView
.register(_:forCellWithReuseIdentifier:)
UITableView
.register(_:forCellReuseIdentifier:)
This flag is the best thing about Chrome