React Native 0.87 is out!
I'll start working on SPM support for Nitro soon by moving C++ STL types to Swift types for better performance, and using precompiled headers/xcframework for faster build time - so it's more than just a migration! 💡
CEO @margelo_com – core contributor @reactnative – angel investor - wannabe racing driver - I built VisionCamera, Nitro Modules and react-native-mmkv
- fun fact; I built an AI from scratch in C++ back in 2017 when i was in school. it only had ~443k parameters though so it was quite dumb
- Made VisionCamera faster if you pass the Camera position directly to device={..} Baseline ❌ function App() { const device = useCameraDevice('back') return <Camera device={device} /> } Faster ✅ function App() { return <Camera device="back" /> }
- Just wrapped up Choose Ball — a Pokémon-inspired selection experience where every Poké Ball comes to life through interactive 3D animation ⚡️✨ I designed and built it to feel more like choosing your next adventure than navigating a standard selection screen: • Interactive 3D



