Skip to content

Releases: gre/react-native-view-shot

v3.8.0

19 Oct 14:15
@gre gre
4fef0d0
Compare
Choose a tag to compare

v3.7.0

19 Jun 16:12
@gre gre
013a0d8
Compare
Choose a tag to compare

v3.4.0

20 Aug 19:36
@gre gre
Compare
Choose a tag to compare
  • 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

28 May 10:05
@gre gre
8d04ba4
Compare
Choose a tag to compare

Maintenance release supporting latest version of iOS / Android and react native.

Fixes

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

v3.0.2

10 Aug 04:24
@gre gre
02bb1d8
Compare
Choose a tag to compare
  • Fixes <ViewShot> that was recently broken. (props captureMode check)
  • better error checks and errors cases. (e.g. when module is not properly configured or when you pass an deferenced ref)

v3.0.1

10 Aug 04:19
@gre gre
81d78ac
Compare
Choose a tag to compare
  • Fix next props call

v3.0.0

10 Aug 04:19
@gre gre
8f57a98
Compare
Choose a tag to compare
  • Fixes compile error in metro package
  • fix the bug that deposit the wrong bitmap to buffer

v2.6.0

10 Aug 03:55
@gre gre
2392e58
Compare
Choose a tag to compare
  • Add React.Ref support to captureRef
  • fixed bug with child views transformation loss
  • fixes flowtype and typescript defs

v2.5.0

10 Aug 03:54
@gre gre
d626c3b
Compare
Choose a tag to compare
  • Improve Java implementation (code quality)
  • fixed the base64 MIME type when JPG is chosen
  • introduced RAW image format and ZIP-base64 result packaging algorithm
  • Android perf improvments

v2.4.0

10 Aug 03:52
@gre gre
Compare
Choose a tag to compare
  • Fix positioning of TextureView elements relative to target element