Bläddra i källkod

Revert "Fixes shared element transition"

This reverts commit 058873c1ed.
yogevbd 5 år sedan
förälder
incheckning
005f039f7c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      lib/ios/RNNRootViewController.m

+ 2
- 2
lib/ios/RNNRootViewController.m Visa fil

@@ -30,11 +30,11 @@
30 30
 			   isExternalComponent:(BOOL)isExternalComponent {
31 31
 	self = [super init];
32 32
 	self.eventEmitter = eventEmitter;
33
+	self.animator = [[RNNAnimator alloc] initWithTransitionOptions:self.layoutInfo.options.customTransition];
33 34
 	self.creator = creator;
34 35
 	self.isExternalComponent = isExternalComponent;
35 36
 	self.layoutInfo = layoutInfo;
36
-	self.animator = [[RNNAnimator alloc] initWithTransitionOptions:self.layoutInfo.options.customTransition];
37
-
37
+	
38 38
 	if (!self.isExternalComponent) {
39 39
 		self.view = [creator createRootView:self.layoutInfo.name rootViewId:self.layoutInfo.componentId];
40 40
 		[[NSNotificationCenter defaultCenter] addObserver:self