We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fe9bf commit c39e331Copy full SHA for c39e331
README.md
@@ -1,7 +1,7 @@
1
2
# react-native-view-shot
3
4
-Snapshot a view and save to an image.
+Snapshot a React Native view and save it to an image.
5
6
The image will be stored in a temporary file that will only exist for as long as the app is running.
7
package.json
@@ -2,10 +2,15 @@
{
"name": "react-native-view-shot",
"version": "1.0.0",
- "description": "",
+ "description": "Snapshot a React Native view and save it to an image",
"main": "index.js",
"keywords": [
8
- "react-native"
+ "react-native",
9
+ "screenshot",
10
+ "viewshot",
11
+ "view-snapshot",
12
+ "snapshot",
13
+ "rasterize"
14
],
15
"author": "",
16
"license": "",
0 commit comments