Przeglądaj źródła

polish description

Gaëtan Renaudeau 8 lat temu
rodzic
commit
c39e331724
2 zmienionych plików z 8 dodań i 3 usunięć
  1. 1
    1
      README.md
  2. 7
    2
      package.json

+ 1
- 1
README.md Wyświetl plik

1
 
1
 
2
 # react-native-view-shot
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
 The image will be stored in a temporary file that will only exist for as long as the app is running.
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 Wyświetl plik

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