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 b71bb54 commit 94d2de2Copy full SHA for 94d2de2
1 file changed
src/BottomTabs.re
@@ -156,7 +156,11 @@ module Make = (M: {type params;}) => {
156
~name: string,
157
~options: optionsCallback=?,
158
~initialParams: M.params=?,
159
- ~component: React.component({. "navigation": navigation}),
+ ~component: React.component({
160
+ .
161
+ "navigation": navigation,
162
+ "route": route(M.params),
163
+ }),
164
unit
165
) =>
166
screenProps =
0 commit comments