We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f67f2 commit 0406d33Copy full SHA for 0406d33
1 file changed
src/StackNavigator.re
@@ -15,6 +15,7 @@ external config:
15
~cardStyle: ReactNative.Style.t=?,
16
~cardShadowEnabled: bool=?,
17
~cardOverlayEnabled: bool=?,
18
+ ~defaultNavigationOptions: NavigationOptions.t=?,
19
// TODO: many more props
20
unit
21
) =>
0 commit comments