Skip to content

Commit 0406d33

Browse files
DCKTcknitt
authored andcommitted
add defaultNavigationOptions params to StackNavigator config (#12)
1 parent 75f67f2 commit 0406d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StackNavigator.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ external config:
1515
~cardStyle: ReactNative.Style.t=?,
1616
~cardShadowEnabled: bool=?,
1717
~cardOverlayEnabled: bool=?,
18+
~defaultNavigationOptions: NavigationOptions.t=?,
1819
// TODO: many more props
1920
unit
2021
) =>

0 commit comments

Comments
 (0)