[MS] 🚀React Native Windows v0.84 is here!! - devamazonaws.blogspot.com
We're excited to release React Native Windows 0.84.0, aligned with React Native 0.84.1. React Native Windows v0.84 delivers input-handling improvements such as standard click events and imperative focus, theme-aware defaults and robust hit-testing semantics. 🔥 What's New in RNW v0.84? Minimum Requirements Visual Studio 2026 is required for 0.84 version of RNW. onClick and onAuxClick Events for Fabric Components Fabric components now fire standard onClick and onAuxClick events, bringing RNW's click-handling model in line with the W3C specification. Windows developers can now handle primary and auxiliary (middle-click) interactions using the same patterns as web and other React Native platforms — enabling consistent context menus, open-in-new-tab gestures, and multi-button input without custom workarounds. Imperative Focus via view.focus() The imperative focus() API is now enabled for Fabric views. Windows developers can programmatically move focus to any ...