소스 검색

Add the changes from https://github.com/iou90/react-native-autoheight-webview/pull/59 in order to be able to use the component in a Typescript file

Jørgen Orehøj Erichsen 6 년 전
부모
커밋
f1df51f0a4
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      index.js
  2. 1
    0
      package.json

+ 3
- 0
index.js 파일 보기

@@ -0,0 +1,3 @@
1
+var ReactNative = require('react-native')
2
+module.exports = ReactNative.NativeModules.AutoHeightWebView
3
+

+ 1
- 0
package.json 파일 보기

@@ -4,6 +4,7 @@
4 4
   "description": "An auto height webview for React Native",
5 5
   "main": "autoHeightWebView",
6 6
   "files": [
7
+    "index.js",
7 8
     "android",
8 9
     "autoHeightWebView"
9 10
   ],