Skip to content

Commit c39e331

Browse files
committed
polish description
1 parent f4fe9bf commit c39e331

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# react-native-view-shot
33

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

66
The image will be stored in a temporary file that will only exist for as long as the app is running.
77

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
{
33
"name": "react-native-view-shot",
44
"version": "1.0.0",
5-
"description": "",
5+
"description": "Snapshot a React Native view and save it to an image",
66
"main": "index.js",
77
"keywords": [
8-
"react-native"
8+
"react-native",
9+
"screenshot",
10+
"viewshot",
11+
"view-snapshot",
12+
"snapshot",
13+
"rasterize"
914
],
1015
"author": "",
1116
"license": "",

0 commit comments

Comments
 (0)