Highlights
iOS
- iOS 17 compatibility: migrated to
UIGraphicsImageRenderer(fixes deprecated APIs). - New XCTest target with
releaseCapture+ encoding tests.
Android
- Fix:
snapshotContentContainernow correctly captures off-screen content. - Expanded JUnit coverage for static / package helpers.
Windows
- Working
example-windowson RNW 0.76.17 with full demo screen suite (Basic, FS, FullScreen, Image, Modal, Rendering, ScrollView, StyleFilters, Transparency). - Native module fixes (
RNViewShotModule,ViewShot,Helpers). - New native C# unit tests (
RNViewShot.Tests). - CI: real Windows build + dotnet unit tests on GitHub Actions, app package uploaded as artifact.
Examples / Tests
- New
style-filtersrepro screen (#578). - New
snapshotContentContainerScrollView capture demo. - All Detox e2e specs wired into CI via Jest
testMatch.
Full Changelog: v5.0.1...v5.1.0