Explorar el Código

Import View from react-native (#1151)

Ryan Davies hace 7 años
padre
commit
4921775cfa
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      src/views/sharedElementTransition.ios.js

+ 3
- 2
src/views/sharedElementTransition.ios.js Ver fichero

@@ -1,6 +1,7 @@
1
-import React, {Component, View} from 'react';
1
+import React, {Component} from 'react';
2 2
 import {
3
-  requireNativeComponent
3
+  requireNativeComponent,
4
+  View
4 5
 } from 'react-native';
5 6
 
6 7
 export default class SharedElementTransition extends Component {