Bläddra i källkod

Import View from react-native (#1151)

Ryan Davies 7 år sedan
förälder
incheckning
4921775cfa
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3
    2
      src/views/sharedElementTransition.ios.js

+ 3
- 2
src/views/sharedElementTransition.ios.js Visa fil

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