Szymon Chmal's Avatar

Szymon Chmal

@chmal.it

Dev Lead / Senior React Native Developer x Callstack | Microsoft MVP | Speaker | GDG Toruń Leader

124
Followers
33
Following
96
Posts
03.11.2024
Joined
Posts Following

Latest posts by Szymon Chmal @chmal.it

Video thumbnail

The Jest integration I sneak-peeked earlier is also letting me roll out code coverage support. The coverage reporter is already in place. I just had to instrument the code and send the coverage data from the device back to the CLI. Surprisingly, it was really easy to implement!

20.10.2025 16:07 👍 1 🔁 0 💬 0 📌 0

Expect it to be included in the next Harness release! With it, I can leverage Jest's infrastructure, such as built-in reporters, and potentially support running the same test suite in parallel across multiple devices.

Huge thanks to @thymikee.bsky.social for pitching the idea at React Conf!

17.10.2025 19:32 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Harness isn't a simple tool - it's a bunch of components working together to give the best DX for testing JS code with native modules. Maintaining all that as a solo dev isn't easy, so I tried offloading some work by using Jest's CLI to run Harness… and it worked!

17.10.2025 19:32 👍 2 🔁 1 💬 1 📌 0
Preview
React Native Harness: Deep Dive | Callstack Discover how React Native Harness enables fast, reliable testing of native modules directly on real devices. Learn how to write Jest-style tests, integrate them into CI/CD, and catch up on the latest ...

Want to learn more? See the following link: clstk.com/3Ldc3Kt

16.10.2025 09:27 👍 0 🔁 0 💬 0 📌 0
Post image

We're hosting a livestream today, with a special focus on React Native Harness! Expect insider insights on how it all works and sneak peeks at what's coming next.

🗓️ Thu 16, 5 PM CEST
See you there!

16.10.2025 09:27 👍 1 🔁 0 💬 1 📌 0
Preview
React Native Harness: Fast, Real-Device Testing for Native Modules React Native Harness lets you run Jest-style tests directly on devices and emulators. Fast, reliable, and CI-ready. It’s the easiest way to validate native behavior in React Native.

Learn more from our article: clstk.com/4oqiIj3

15.10.2025 13:59 👍 0 🔁 0 💬 0 📌 0
GitHub - callstackincubator/react-native-harness: Harness brings Jest-style tests to real native environments so you can test TurboModules like you would test your React Native app: with JavaScript. Harness brings Jest-style tests to real native environments so you can test TurboModules like you would test your React Native app: with JavaScript. - callstackincubator/react-native-harness

Harness is Open Source! Check out our Github and make sure to star it!
github.com/callstackinc...

15.10.2025 13:59 👍 2 🔁 0 💬 1 📌 0

Designed for library authors and teams building native integrations.

It is cross-platform, works on CI/CD and made to test real native behavior with a familiar workflow.

15.10.2025 13:59 👍 0 🔁 0 💬 1 📌 0

Harness runs wherever Metro runs, starting with iOS and Android. It's built to be portable, making support for new platforms straightforward.

As proof, we're also bringing support for VegaOS.

15.10.2025 13:59 👍 0 🔁 0 💬 1 📌 0

Harness runs tests in a real React Native runtime.

Unlike Jest, it doesn't rely on mocks and unlike Detox or Maestro, it focuses on testing native code directly, not automating UI flows.

15.10.2025 13:59 👍 0 🔁 0 💬 1 📌 0
Post image

🎉 Introducing React Native Harness - a lightweight framework for testing native modules directly on device or emulator.

Write tests in a Jest-like syntax, run them in a real React Native runtime, and verify native behavior without mocks.

15.10.2025 13:59 👍 14 🔁 6 💬 2 📌 0
Video thumbnail

Are you using the Performance API in React Native? If yes, I'm pretty sure you've wished a bunch of times that you could check out measures like you do in Chrome DevTools. What if I told you Rozenite is about to bring you that same vibe? Hot or not?

12.08.2025 10:07 👍 5 🔁 0 💬 0 📌 0
Video thumbnail

Yesterday, the community requested server-side event support for Rozenite's Network Activity. I said I'd look into it… but somehow ended up pushing a branch with the feature almost done. Whoops! 🙈

06.08.2025 15:47 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

The Rozenite plugin family is growing, so I created a plugin directory!

It includes both official plugins and community ones like rozenite-preview.

Best part? You can add your own by opening a quick pull request on the Rozenite repo.

06.08.2025 09:25 👍 0 🔁 0 💬 0 📌 0

I scored a little discount just for you! Use promo code Chmal15 at checkout to get 15% off. Pretty sweet, right?

04.08.2025 16:25 👍 0 🔁 0 💬 0 📌 0
Post image

Just found out I'll be speaking at React Universe Conf!

Rozenite's been out for a while, but in this talk, I'll dive deeper into how it works under the hood - how I hooked into DevTools without forking anything, and how you can build your own plugins too.

Hope to see you there!

04.08.2025 16:25 👍 0 🔁 0 💬 1 📌 0
Video thumbnail

New week, new feature! Struggling to understand what's going on in your WebSocket connection? Fear not! Thanks to Rozenite, you'll soon be able to inspect WebSocket traffic and review each message one by one - whether it's text, binary, or JSON. Coming soon 🔥

04.08.2025 11:18 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - callstackincubator/rozenite: A comprehensive toolkit for creating, developing, and integrating custom plugins into React Native DevTools. A comprehensive toolkit for creating, developing, and integrating custom plugins into React Native DevTools. - callstackincubator/rozenite

What are you waiting for?
Install Rozenite, fall in love, and drop your own star ⭐
github.com/callstackinc...

01.08.2025 16:30 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Bronze trophy unlocked: 100 stars collected!
It's not platinum (yet), but every legend starts somewhere 😉

01.08.2025 16:28 👍 2 🔁 0 💬 1 📌 0

Next stop: WebSocket interception - just like Chrome DevTools! You'll be able to see every message going in and out of the device.

What do you think - super useful or not really? 🤔

01.08.2025 13:03 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

Rozenite's Network Activity plugin got a major overhaul yesterday! The new UI and improved functionality make it much more convenient to use. You can now inspect request bodies and responses with an interactive JSON viewer 🚀

01.08.2025 12:53 👍 2 🔁 0 💬 1 📌 0

Rozenite is gaining traction - we've just crossed 50 stars on GitHub, and the number is steadily rising! It was included in the latest edition of the This Week in React newsletter, so if you slept through the release, it's high time you gave it a try and left a star while you're at it 🌟

30.07.2025 18:06 👍 2 🔁 1 💬 0 📌 0
Preview
feat: introduce Redux Devtools plugin by V3RON · Pull Request #5 · callstackincubator/rozenite This branch introduces a new Redux DevTools plugin for Rozenite, providing Redux state inspection and debugging capabilities within React Native DevTools. The plugin enables real-time state monitor...

Redux DevTools plugin for Rozenite is nearly complete. It offers basic debugging functionality, though without time travel or action dispatch capabilities. There's an upstream issue with the package that needs to be addressed first.

github.com/callstackinc...

29.07.2025 17:16 👍 1 🔁 0 💬 0 📌 0
Preview
Introducing Rozenite: A Plugin Framework for React Native DevTools Build custom debugging panels inside React Native DevTools with Rozenite: a modular, TypeScript-ready plugin framework with full device-scoped support.

You can learn more about the tool and how to use it today in the article below:

www.callstack.com/blog/introdu...

28.07.2025 19:20 👍 0 🔁 0 💬 0 📌 0
Post image

Rozenite - a plugin framework for React Native DevTools - is now live in alpha! 🎉

What started as a hacky PoC is now something you can use in real projects.

Still lots to come: better network monitor, Redux DevTools, Re.Pack support & more 💪

28.07.2025 19:20 👍 3 🔁 2 💬 3 📌 0

Big news: the React Native DevTools framework is dropping by the end of this month 🔥

The name? It's locked in and I'm so excited about it. It kicks off a whole family of tools designed to push React Native even further… but I'm not allowed to say anything else at this point 🙊

16.07.2025 14:46 👍 3 🔁 1 💬 0 📌 0
Preview
Check out my badge & claim your free React Advanced 2025 remote ticket! Join 5k engineers worldwide at React Advanced 2025 and meet 50+ top speakers at Nov 27 - Dec 1, 2025

Just found out I'll be speaking at React Advanced!
I'll be sharing my journey hacking on React Native Devtools + building a plugin framework from scratch.
If you're curious how it all came together, tune in!
The live stream is free - just register here: gitnation.com/badges/react...

14.07.2025 19:20 👍 2 🔁 0 💬 0 📌 0
I Built a File-Based Router for React Native by Szymon Chmal | React Universe Meetup, April 2025
I Built a File-Based Router for React Native by Szymon Chmal | React Universe Meetup, April 2025 YouTube video by Callstack Engineers

Built a file-based router for React Native - just for fun.
It kinda works 😅

Learned a lot about Metro internals and found some cool low-level APIs along the way.

Gave a talk about it! Check it out 👇
www.youtube.com/watch?v=oQjF...

08.05.2025 08:10 👍 1 🔁 0 💬 0 📌 0

Might write a post (or a survival guide) about this RSC journey - from "how hard can it be?" to "send help."
Would you be brave enough to read it? 😅

28.04.2025 14:29 👍 1 🔁 0 💬 0 📌 0

Short RSC update:
✅ 'use client' and 'use server' now become proxies.
✅ Server rendering is... holding together with duct tape.

Now to bundle client components and pray React Native accepts them 🙃

28.04.2025 14:19 👍 2 🔁 0 💬 1 📌 0