New Open Source library alert 🚨
✨ Just wrapped up my talk “The Missing Middle Ground: Fast & Real Testing for React Native” at React Alicante 🎤🇪🇸 I introduced a new library we’ve been working on at Callstack: React Native Harness. 👉 Created by my colleague Szymon Chmal (amazing work!) 👉 It makes it possible to run Jest-style tests directly on real devices/simulators, with no mocks by default 👉 With just a few imports, your familiar Jest tests suddenly get full access to the native runtime - it feels automagical ✨ This library fills a gap between unit tests (fast, but mocked) and end-to-end tests (real, but slow). It’s designed for testing native modules, spec compliance (like fetch or WebSocket), and more - all with developer-friendly DX. 📺 The recording of my talk will be published soon. 📦 We’re releasing the library on October 14 - stay tuned! Big thanks to the React Alicante organizers, and to the React Native community for the energy and feedback 🙌