Browse Source

chore(docs): add documentation meta data (#848)

Bartol Karuza 4 years ago
parent
commit
9ed05b2d1d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      package.json

+ 4
- 0
package.json View File

@@ -18,6 +18,10 @@
18 18
     "prepare": "yarn build",
19 19
     "test": "yarn jest"
20 20
   },
21
+  "rn-docs": {
22
+    "title": "Webview",
23
+    "type": "Component"
24
+  },
21 25
   "peerDependencies": {
22 26
     "react": "^16.0",
23 27
     "react-native": ">=0.60 <0.62"