소스 검색

Update sharedElementTransition.ios.js (#1163)

Fix missing import of PropTypes throwing an error on iOS
Tolu Olowu 7 년 전
부모
커밋
4ff5c8204a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/sharedElementTransition.ios.js

+ 1
- 1
src/views/sharedElementTransition.ios.js 파일 보기

@@ -1,4 +1,4 @@
1
-import React, {Component} from 'react';
1
+import React, {Component, PropTypes} from 'react';
2 2
 import {
3 3
   View
4 4
 } from 'react-native';