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 1bc03b8 commit b71bb54Copy full SHA for b71bb54
1 file changed
src/Drawer.re
@@ -109,7 +109,11 @@ module Make = (M: {type params;}) => {
109
~name: string,
110
~options: optionsCallback=?,
111
~initialParams: M.params=?,
112
- ~component: React.component({. "navigation": navigation}),
+ ~component: React.component({
113
+ .
114
+ "navigation": navigation,
115
+ "route": route(M.params),
116
+ }),
117
unit
118
) =>
119
screenProps =
0 commit comments