We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcdd18 commit 0bc8f43Copy full SHA for 0bc8f43
1 file changed
playground/ios/NavigationTests/RNNCommandsHandlerTest.mm
@@ -678,6 +678,7 @@ - (void)testMergeOptions_shouldMergeWithChildOnly {
678
bottomTabPresenter:[BottomTabPresenterCreator
679
createWithDefaultOptions:[RNNNavigationOptions emptyOptions]]
680
dotIndicatorPresenter:nil
681
+ componentRegistry:nil
682
eventEmitter:_eventEmmiter
683
childViewControllers:@[ firstChild, secondChild ]
684
bottomTabsAttacher:nil];
@@ -733,6 +734,7 @@ - (void)testMergeOptions_shouldResolveTreeOptions {
733
734
735
736
737
738
739
childViewControllers:@[ stack, secondChild ]
740
0 commit comments