Browse Source

updates in readme

Gaëtan Renaudeau 7 years ago
parent
commit
1b2555f890
2 changed files with 5 additions and 4 deletions
  1. 4
    3
      README.md
  2. 1
    1
      package.json

+ 4
- 3
README.md View File

1
 
1
 
2
 # 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)
2
 # 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)
3
 
3
 
4
-Snapshot a React Native view and save it to an image.
4
+Capture a React Native view to an image.
5
 
5
 
6
 <img src="https://github.com/gre/react-native-view-shot-example/raw/master/docs/recursive.gif" width=300 />
6
 <img src="https://github.com/gre/react-native-view-shot-example/raw/master/docs/recursive.gif" width=300 />
7
 
7
 
8
-> For React Native version between `0.30.x` and `0.39.x`, you should use `react-native-view-shot@1.5.1`.
8
+> iOS: For React Native version between `0.30.x` and `0.39.x`, you should use `react-native-view-shot@1.5.1`.
9
 
9
 
10
 ## Usage
10
 ## Usage
11
 
11
 
62
 );
62
 );
63
 ```
63
 ```
64
 
64
 
65
-## Supported views
65
+## Interoperability Table
66
 
66
 
67
 Model tested: iPhone 6 (iOS), Nexus 5 (Android).
67
 Model tested: iPhone 6 (iOS), Nexus 5 (Android).
68
 
68
 
138
 
138
 
139
 - To initial iOS work done by @jsierles in https://github.com/jsierles/react-native-view-snapshot
139
 - To initial iOS work done by @jsierles in https://github.com/jsierles/react-native-view-snapshot
140
 - To React Native implementation of takeSnapshot in iOS by @nicklockwood
140
 - To React Native implementation of takeSnapshot in iOS by @nicklockwood
141
+- To Windows implementation by @ryanlntn

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-view-shot",
2
   "name": "react-native-view-shot",
3
   "version": "1.8.0",
3
   "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",
5
   "main": "index.js",
5
   "main": "index.js",
6
   "keywords": [
6
   "keywords": [
7
     "react-native",
7
     "react-native",