Gaëtan Renaudeau
2392e5833e
v2.6.0
5 years ago
Gaëtan Renaudeau
e4ee3307f8
Merge pull request #212 from expo/@sjchmiela /add_ref_support
[js] Add React.Ref support to captureRef
5 years ago
Stanisław Chmiela
5c58b2daf4
[js] Add React.Ref support to captureRef
5 years ago
Gaëtan Renaudeau
4a01cbf1d4
Merge pull request #199 from Folleah/patch-1
Fix dependency incompatibility
5 years ago
Gaëtan Renaudeau
9caa300af0
Merge pull request #194 from rawrmaan/patch-1
Fix index.d.ts import from react-native types
5 years ago
Folleah
5610ebbafe
Fix dependency incompatibility
Old config called `Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution` error, this PR has fixed this
5 years ago
Gaëtan Renaudeau
2c7f5b4d63
Merge pull request #196 from gaykov/flow-fixes
Fix flow types
5 years ago
Sergey
4e6c435adc
Fix flow types
5 years ago
Arman Dezfuli-Arjomandi
1f8e326215
Fix index.d.ts import from react-native types
5 years ago
Gaëtan Renaudeau
322de51607
Merge pull request #184 from Qrymy/fix/ts-definition
add capture() definition to index.d.ts
6 years ago
Qrymy
9e6499d985
add capture function to index.d.ts file
6 years ago
Gaëtan Renaudeau
f24f100590
Merge pull request #178 from OleksandrKucherenko/android-performance-improvements
fixed bug with child views transformation loss
6 years ago
Oleksandr Kucherenko
2a865fa1db
fixed bug with child views transformation loss
6 years ago
Gaëtan Renaudeau
d626c3b638
v2.5.0
6 years ago
Gaëtan Renaudeau
2457a00167
Merge pull request #177 from OleksandrKucherenko/android-performance-improvements
Android performance improvements
6 years ago
Oleksandr Kucherenko
b7e9d6eae4
fix the child draw matrix/transformation rendering issues
6 years ago
Oleksandr Kucherenko
e394402499
added support of attaching lib as rootProject or as a sub-module
6 years ago
Oleksandr Kucherenko
31ec6a0fbc
resolve android support library versions clash
6 years ago
Oleksandr Kucherenko
1f580f82d1
gradle version updated to 4.10.1
6 years ago
Oleksandr Kucherenko
03cd53b3c6
updated android dependencies
6 years ago
Oleksandr Kucherenko
e6c59ca1b6
updated documentation
6 years ago
Oleksandr Kucherenko
a999019bc2
implemented super fast way of screenshot making. removed places that slow down screenshot making and delivery to the react side.
6 years ago
Oleksandr Kucherenko
7b13ab7082
version up for android tools and libs, sdk api
6 years ago
Oleksandr Kucherenko
f8af243189
introduced RAW image format and ZIP-base64 result packaging algorithm
6 years ago
Oleksandr Kucherenko
de310f1b3d
added support of RAW image format and zip-base64 packaging of the results
6 years ago
Oleksandr Kucherenko
0cd3899136
more cleanup/ignore rules
6 years ago
Gaëtan Renaudeau
f32408d7ce
Merge pull request #176 from AWDGroup/patch-1
Fixed the compile error
6 years ago
Ardavan Kalhori
bae74096f0
Fixed the compile error
extension is final and cannot be changed.
6 years ago
Gaëtan Renaudeau
d026193dc4
Merge pull request #175 from AWDGroup/master
fixed the base64 MIME type when JPG is chosen (iOS)
6 years ago
Ardavan Kalhori
044d6bff89
Merge pull request #2 from gre/master
Merge from gre/react-native-view-shot
6 years ago
Ardavan Kalhori
0aaee89958
Merge pull request #1 from AWDGroup/patch-1
fixed the base64 MIME type when JPG is chosen
6 years ago
Ardavan Kalhori
4ee83998cb
fixed the base64 MIME type when JPG is chosen (iOS)
6 years ago
Gaëtan Renaudeau
b561328af5
Merge pull request #169 from jgreen210/android_close_stream_before_resolve_promise
close java OutputStreams before resolve Promises
6 years ago
Gaëtan Renaudeau
6953261450
Merge pull request #171 from tkskto/fix/viewshot-01
add null check
6 years ago
Gaëtan Renaudeau
e517fcb5f3
Merge pull request #172 from systemride/master
Add type definitions for style prop
6 years ago
Gaëtan Renaudeau
0f0cdcda68
Merge pull request #174 from AWDGroup/patch-1
fixed the base64 MIME type when JPG is chosen
6 years ago
Ardavan Kalhori
69539bfb45
Simplified the null check logic
6 years ago
Ardavan Kalhori
6942e05c65
fixed the base64 MIME type when JPG is chosen
valid MIME type for JPEG / JPG images is "image/jpeg"
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#Image_types
This was causing Android not to recognize the screenshots taken by this library
6 years ago
Nick Redmond
825fd2e993
Add type definitions for style prop
6 years ago
takeshi kato
cf16f2389e
add null check
6 years ago
Jeremy Green
4c9b57e1c3
Make all ViewShot fields final.
6 years ago
Jeremy Green
0a4efe543b
Close android OutputStreams before resolving Promise. Otherwise, buffers might not be flushed soon enough.
6 years ago
Gaëtan Renaudeau
c404491a4f
v2.4.0
6 years ago
Gaëtan Renaudeau
794b4bcc3e
Merge pull request #153 from HenleyKuang/master
Fix psitioning of TextureView elements relative to target element
6 years ago
Henley Kuang
e9ad6aaf77
Update ViewShot.java
6 years ago
Henley Kuang
896dbf95fb
Fix psitioning of TextureView elements relative to target element
6 years ago
Gaëtan Renaudeau
6d3d09ce9a
Merge pull request #147 from AndrewJack/remove_iml_file
Remove .iml file and add rule to npm and git ignore
6 years ago
Andrew Jack
aa8700505f
remove iml file and add to npm and git ignore config
6 years ago
Gaëtan Renaudeau
f5da06eaea
2.3.0
6 years ago
Gaëtan Renaudeau
7dd5c768af
Merge pull request #131 from matheussll/master
Adding style props to main container.
6 years ago