Skip to content

Commit 1b2555f

Browse files
committed
updates in readme
1 parent e406cb8 commit 1b2555f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
# react-native-view-shot ![](https://img.shields.io/npm/v/react-native-view-shot.svg) ![](https://img.shields.io/badge/react--native-%2040+-05F561.svg)
33

4-
Snapshot a React Native view and save it to an image.
4+
Capture a React Native view to an image.
55

66
<img src="https://github.com/gre/react-native-view-shot-example/raw/master/docs/recursive.gif" width=300 />
77

8-
> For React Native version between `0.30.x` and `0.39.x`, you should use `[email protected]`.
8+
> iOS: For React Native version between `0.30.x` and `0.39.x`, you should use `[email protected]`.
99
1010
## Usage
1111

@@ -62,7 +62,7 @@ takeSnapshot(viewRef, { path: PictureDir+"/foo.png" })
6262
);
6363
```
6464

65-
## Supported views
65+
## Interoperability Table
6666

6767
Model tested: iPhone 6 (iOS), Nexus 5 (Android).
6868

@@ -138,3 +138,4 @@ react-native link react-native-view-shot
138138

139139
- To initial iOS work done by @jsierles in https://github.com/jsierles/react-native-view-snapshot
140140
- To React Native implementation of takeSnapshot in iOS by @nicklockwood
141+
- To Windows implementation by @ryanlntn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-view-shot",
33
"version": "1.8.0",
4-
"description": "Snapshot a React Native view and save it to an image",
4+
"description": "Capture a React Native view to an image",
55
"main": "index.js",
66
"keywords": [
77
"react-native",

0 commit comments

Comments
 (0)