Sfoglia il codice sorgente

Update sharedElementTransition.ios.js (#1163)

Fix missing import of PropTypes throwing an error on iOS
Tolu Olowu 7 anni fa
parent
commit
4ff5c8204a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/views/sharedElementTransition.ios.js

+ 1
- 1
src/views/sharedElementTransition.ios.js Vedi File

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