yogevbd 6 anni fa
parent
commit
854a5d7324
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      lib/ios/RNNControllerFactory.m

+ 1
- 1
lib/ios/RNNControllerFactory.m Vedi File

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