Browse Source

polish description

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

+ 1
- 1
README.md View File

@@ -1,7 +1,7 @@
1 1
 
2 2
 # react-native-view-shot
3 3
 
4
-Snapshot a view and save to an image.
4
+Snapshot a React Native view and save it to an image.
5 5
 
6 6
 The image will be stored in a temporary file that will only exist for as long as the app is running.
7 7
 

+ 7
- 2
package.json View File

@@ -2,10 +2,15 @@
2 2
 {
3 3
   "name": "react-native-view-shot",
4 4
   "version": "1.0.0",
5
-  "description": "",
5
+  "description": "Snapshot a React Native view and save it to an image",
6 6
   "main": "index.js",
7 7
   "keywords": [
8
-    "react-native"
8
+    "react-native",
9
+    "screenshot",
10
+    "viewshot",
11
+    "view-snapshot",
12
+    "snapshot",
13
+    "rasterize"
9 14
   ],
10 15
   "author": "",
11 16
   "license": "",