Daniel Zlotin 7 년 전
부모
커밋
9dcaa97cdb
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      lib/src/adapters/Element.js
  2. 2
    1
      package.json
  3. 0
    1
      tsconfig.json

+ 2
- 2
lib/src/adapters/Element.js 파일 보기

@@ -1,5 +1,5 @@
1
-import PropTypes from 'prop-types';
2
-import React from 'react';
1
+import * as React from 'react';
2
+import * as PropTypes from 'prop-types';
3 3
 import { requireNativeComponent } from 'react-native';
4 4
 
5 5
 class Element extends React.Component {

+ 2
- 1
package.json 파일 보기

@@ -73,7 +73,8 @@
73 73
     "@types/react": "16.0.0",
74 74
     "@types/react-native": "0.49.x",
75 75
     "@types/jest": "22.x.x",
76
-    "@types/prop-types": "15.x.x"
76
+    "@types/prop-types": "15.x.x",
77
+    "@types/react-test-renderer": "16.0.0"
77 78
   },
78 79
   "babel": {
79 80
     "env": {

+ 0
- 1
tsconfig.json 파일 보기

@@ -3,7 +3,6 @@
3 3
     "outDir": "./lib/dist",
4 4
     "allowJs": true,
5 5
     "target": "esnext",
6
-    "moduleResolution": "node",
7 6
     "module": "commonjs",
8 7
     "jsx": "preserve",
9 8
     "noEmitOnError": true,