Skip to content

Commit 0bc8f43

Browse files
committed
bug fix
1 parent bdcdd18 commit 0bc8f43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

playground/ios/NavigationTests/RNNCommandsHandlerTest.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ - (void)testMergeOptions_shouldMergeWithChildOnly {
678678
bottomTabPresenter:[BottomTabPresenterCreator
679679
createWithDefaultOptions:[RNNNavigationOptions emptyOptions]]
680680
dotIndicatorPresenter:nil
681+
componentRegistry:nil
681682
eventEmitter:_eventEmmiter
682683
childViewControllers:@[ firstChild, secondChild ]
683684
bottomTabsAttacher:nil];
@@ -733,6 +734,7 @@ - (void)testMergeOptions_shouldResolveTreeOptions {
733734
bottomTabPresenter:[BottomTabPresenterCreator
734735
createWithDefaultOptions:[RNNNavigationOptions emptyOptions]]
735736
dotIndicatorPresenter:nil
737+
componentRegistry:nil
736738
eventEmitter:_eventEmmiter
737739
childViewControllers:@[ stack, secondChild ]
738740
bottomTabsAttacher:nil];

0 commit comments

Comments
 (0)