Skip to content

Commit ec7354b

Browse files
committed
doc: edit readme
1 parent e99d04c commit ec7354b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
screenshot.gif

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
**React Native Progress WebView** is a wrapper of [React Native WebView](https://github.com/react-native-community/react-native-webview) to provide the loading status.
66

7+
<img src="https://raw.githubusercontent.com/wangdicoder/react-native-progress-webview/master/screenshot.gif" width="326" height="576" />
8+
79
## Platforms Supported
810

911
- [x] iOS (both UIWebView and WKWebView)

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "react-native-progress-webview",
3-
"version": "0.1.0",
4-
"description": "",
3+
"version": "1.0.0",
4+
"description": "React Native Progress WebView is a wrapper of React Native WebView to provide the loading status.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"keywords": [],
9+
"keywords": [
10+
"react",
11+
"react-native",
12+
"react-native-progress-webview",
13+
"webview",
14+
"progress webview",
15+
"loading",
16+
"loading bar"
17+
],
1018
"author": "Di Wang<[email protected]>",
1119
"license": "MIT",
1220
"dependencies": {

screenshot.gif

46 KB
Loading

0 commit comments

Comments
 (0)