Procházet zdrojové kódy

update Readme & bump version to 1.1.1

iou90 před 5 roky
rodič
revize
5fb74316b0
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1
    1
      README.md
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
README.md Zobrazit soubor

@@ -4,7 +4,7 @@ An auto height webview for React Native, even auto width for inline html.
4 4
 ## versioning
5 5
 
6 6
 `npm install react-native-autoheight-webview --save` (rn >= 0.59, be capable of Hooks)
7
-`npm install react-native-autoheight-webview@1.0.1 --save` (rn >= 0.57)
7
+`npm install react-native-autoheight-webview@1.0.1 --save` (0.57 <= rn < 0.59)
8 8
 
9 9
 Read [README_old](./README_old.md) for earlier version guide.
10 10
 

+ 1
- 1
package-lock.json Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheight-webview",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "lockfileVersion": 1,
5 5
   "requires": true,
6 6
   "dependencies": {

+ 1
- 1
package.json Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheight-webview",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "description": "An auto height webview for React Native, even auto width for inline html",
5 5
   "main": "autoHeightWebView",
6 6
   "files": [