Kaynağa Gözat

Update sharedElementTransition.ios.js (#1163)

Fix missing import of PropTypes throwing an error on iOS
Tolu Olowu 8 yıl önce
ebeveyn
işleme
4ff5c8204a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/views/sharedElementTransition.ios.js

+ 1
- 1
src/views/sharedElementTransition.ios.js Dosyayı Görüntüle

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