We're excited to release React Native Windows 0.84.0 targeting React Native 0.84.0!
This release includes the commits to React Native Windows from 03/25/2026 – 04/03/2026.
Requirements
Visual Studio 2026 is required for RNW 0.84.
🔧 Reliability & Stability
- Implements onClick event for Fabric components: Implement onClick (#15889)
- Adds onAuxClick event support for Fabric components: Add onAuxClick event (#15917)
- Do not create m_childrenContainer when using a custom visual to mount children into, improving custom component rendering: Do not create m_childrenContainer when using a custom visual to mount children into (#15877)
- Default text color is now theme aware, correctly adapting to light/dark mode: Default text color should be theme aware (#15873)
- Focus visuals are now only shown when using keyboard to move focus, matching platform behavior: Only show focus visuals when using keyboard to move focus (#15864)
- Enables imperative focus via view.focus() in Fabric: Enable imperative focus (#15863)
- Fixed NativeModule templates to work with clang compiler: Fix NativeModule templates to work with clang (#15917)