Selaa lähdekoodia

Import View from react-native (#1151)

Ryan Davies 7 vuotta sitten
vanhempi
commit
4921775cfa
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      src/views/sharedElementTransition.ios.js

+ 3
- 2
src/views/sharedElementTransition.ios.js Näytä tiedosto

@@ -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 {