Procházet zdrojové kódy

Update sharedElementTransition.ios.js (#1163)

Fix missing import of PropTypes throwing an error on iOS
Tolu Olowu před 8 roky
rodič
revize
4ff5c8204a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/views/sharedElementTransition.ios.js

+ 1
- 1
src/views/sharedElementTransition.ios.js Zobrazit soubor

@@ -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';