Gaëtan Renaudeau
998fd0ccf0
Update README.md
7 years ago
Gaëtan Renaudeau
28c322934a
Update README.md
7 years ago
Gaëtan Renaudeau
86a09a8555
Fixes https://github.com/gre/react-native-view-shot/issues/47
7 years ago
Ryan Linton
669fa03b74
Remove AnyCPU Config
7 years ago
Ryan Linton
adc46b7fd7
Updates per @matthargett
7 years ago
Ryan Linton
4618b6abd7
Update README
7 years ago
Ryan Linton
ae17afadca
Add UWP Support
7 years ago
Ryan Linton
734d7b722d
Build out remaining features for WPF
7 years ago
Ryan Linton
99f293ba35
Screenshots working
7 years ago
Gaëtan Renaudeau
0066b82c0a
1.8.0
7 years ago
Gaëtan Renaudeau
36c8271be4
Merge pull request #42 from gre/dirs
drop filename option, add path option
7 years ago
Ryan Linton
9f1265ff65
Add WPF variant
7 years ago
Ryan Linton
4f7b2303b1
Initial windows project setup
7 years ago
Gaëtan Renaudeau
9d5903316c
wip implementing dirs
7 years ago
Gaëtan Renaudeau
ef1a8d0b5f
1.7.0
7 years ago
Gaëtan Renaudeau
bb92625cdd
Merge pull request #35 from manweill/master
Fix ScrollView Snapshots
7 years ago
Gaëtan Renaudeau
fe420b1ef3
code style
7 years ago
Gaëtan Renaudeau
b156d05fea
Update README.md
7 years ago
Manwei
910edd6457
Modify
7 years ago
Manwei
f7be9ebf93
Fix ScrollView Snapshots
#34
1.evaluated the real height when the isScrollView is true
2.upgrade README.md
7 years ago
Gaëtan Renaudeau
d7f3fd81cc
1.6.0
7 years ago
Gaëtan Renaudeau
229cb4ffdd
prepare for support for rn 0.40
7 years ago
Gaëtan Renaudeau
41c357dfa8
Revert "Convert image to data in a separate thread"
This reverts commit 45061cc62a .
7 years ago
Gaëtan Renaudeau
8867f6c5f6
Merge pull request #30 from ionata/rn40
update for react native 0.40
7 years ago
Gaëtan Renaudeau
91f8a67931
Merge pull request #28 from LionelWei/pr-async
Convert image to data in a separate thread
7 years ago
Evo Stamatov
cc9790be97
Update RNViewShot.m
7 years ago
Evo Stamatov
477e57b0f6
Update RNViewShot.h
7 years ago
LionelWei
45061cc62a
Convert image to data in a separate thread
7 years ago
Gaëtan Renaudeau
0194b56be3
add license file
8 years ago
Gaëtan Renaudeau
aa11f0ab1e
1.5.1
8 years ago
Gaëtan Renaudeau
c7bb4cef0b
Merge pull request #22 from brentvatne/patch-1
Correct type annotations
8 years ago
Brent Vatne
f915d70853
Add filename back
8 years ago
Brent Vatne
278b858197
Fix typo in type
8 years ago
Brent Vatne
e94b88f888
Correct type annotations
base64 is not an option, neither is filename
8 years ago
Gaëtan Renaudeau
c623b5750c
1.5.0
8 years ago
Gaëtan Renaudeau
6f631dedff
fixes https://github.com/gre/react-native-view-shot/issues/14
8 years ago
Gaëtan Renaudeau
eb163644f0
Update README.md
8 years ago
Gaëtan Renaudeau
8789113fc2
Update README.md
8 years ago
Gaëtan Renaudeau
5ff7c6db15
1.4.0
8 years ago
Gaëtan Renaudeau
70318c2c22
Revert "Fix the Android implementation to return a file path, not an Uri path"
I was actually wrong on this.
Fixes #15
my problem i was having is you can't do new File(uri) but it's normal, it's not a file path, it's a Uri,
if you are sure you have a file uri, you can do new File(Uri.parse(uri).getPath()) but I guess best is to get a input stream from the Uri or keep using Uri..
This reverts commit a85cf9629a .
8 years ago
Gaëtan Renaudeau
9dd8688bab
add notes
8 years ago
Gaëtan Renaudeau
5f69a55e38
Update README.md
8 years ago
Gaëtan Renaudeau
31bac79046
1.3.0
8 years ago
Gaëtan Renaudeau
a85cf9629a
Fix the Android implementation to return a file path, not an Uri path
8 years ago
Gaëtan Renaudeau
6089cb703d
cleanup deadcode
8 years ago
Gaëtan Renaudeau
fb8890ffe4
1.2.0
8 years ago
Gaëtan Renaudeau
12b23da501
Fixes https://github.com/gre/react-native-view-shot/issues/13
8 years ago
Gaëtan Renaudeau
78e4fa5df8
Update README.md
8 years ago
Gaëtan Renaudeau
47cc7a8abc
1.1.4
8 years ago
Gaëtan Renaudeau
fe167f0a25
Android: print stack trace on exception in generic failure case
8 years ago