Releases: gre/react-native-view-shot
Releases · gre/react-native-view-shot
v3.8.0
v3.7.0
v3.4.0
- Support capture SurfaceView on Android (#427) thanks @jhen0409 and @CAMOBAP
- fix referenced react-native-cameraroll link error (#436) thanks @rxliuli
- add fileName typing to Capture options (#423) thanks @steo-ml
- Update index.d.ts (#419) thanks @dancixx
- Fixes #291: Android: width/height options are absolute dimensions (#414)
- Android target API level 30 – fixes #373 (#415)
v3.3.0
Maintenance release supporting latest version of iOS / Android and react native.
Fixes
- Fix android build to support latest React Native – thanks @cristianocca
- Fix ios configuration: enable build in Xcode 12 (for iOS >= 12) (#338) thanks @LeoValentim
- Fixes captureScreen on iOS. (#407) thanks @ashfurrow
- Fix typescript(View): onLayout (#380) thanks @comanzanares
Features
- Android: snapshot in background (#317) thanks @gdoudeng
- Android: add custom file name props (#318) thanks @LkyYuen
- Added UI dispatcher usage in the Windows implementation (#376) thanks @qmatteoq
- iOS: Add option to use renderInContext method to eliminate issue with blank captures for large views (#350) thanks @Crhaj