Detox 20.48.0 Release Overview
Detox, the end-to-end testing framework for React Native, has released version 20.48.0. This minor update, dated 2026-03-21, focuses on enhancing iOS testing capabilities and reliability.
Key Changes
- iOS Simulator Architecture Support (iOS 26+): This version introduces support for new simulator launch architectures, specifically for iOS 26 and newer. This ensures Detox remains compatible with future iOS versions and development environments, allowing QA teams to test applications on the latest platforms.
- Improved Scrollview Element Detection: A fix has been implemented to refine how elements within scrollviews are detected. Now, items must be at least 75% visible before Detox will detect them. This prevents interactions with partially hidden elements, leading to more accurate and reliable test scenarios.
Impact for QA Teams
This update improves test stability and future-proofs iOS testing workflows. QA engineers can expect more accurate element interactions in scrollable views and continued compatibility with the latest iOS simulator environments. For more on optimizing Detox tests, see our article on Detox React Native Grey Box testing.
Full Changelog: https://github.com/wix/Detox/compare/20.47.0…20.48.0
