|
@@ -88,7 +88,7 @@
|
88
|
88
|
NSString* name = node.data[@"name"];
|
89
|
89
|
NSDictionary* customTransition = node.data[@"customTransition"];
|
90
|
90
|
RNNAnimator* animator = [[RNNAnimator alloc] initWithAnimationsDictionary:customTransition];
|
91
|
|
- RNNNavigationOptions* options = [[RNNNavigationOptions alloc] initWithDict:node.data[@"navigationOptions"]];
|
|
91
|
+ RNNNavigationOptions* options = [[RNNNavigationOptions alloc] initWithDict:node.data[@"options"]];
|
92
|
92
|
NSString* componentId = node.nodeId;
|
93
|
93
|
RNNRootViewController* component = [[RNNRootViewController alloc] initWithName:name withOptions:options withComponentId:componentId rootViewCreator:_creator eventEmitter:_eventEmitter animator:animator];
|
94
|
94
|
CGSize availableSize = UIApplication.sharedApplication.delegate.window.bounds.size;
|