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 ed18ce6 commit fd92f63Copy full SHA for fd92f63
src/BottomTabs.re
@@ -185,6 +185,7 @@ module Make = (M: {type params;}) => {
185
"navigation": navigation,
186
"route": route,
187
}),
188
+ ~key: string=?,
189
unit
190
) =>
191
screenProps(M.params);
@@ -199,6 +200,7 @@ module Make = (M: {type params;}) => {
199
200
~options: optionsCallback=?,
201
~initialParams: M.params=?,
202
~children: renderCallbackProp => React.element,
203
204
205
206
@@ -222,6 +224,7 @@ module Make = (M: {type params;}) => {
222
224
~_lazy: bool=?,
223
225
~tabBar: Js.t(bottomTabBarProps) => React.element=?,
226
~tabBarOptions: bottomTabBarOptions=?,
227
228
229
230
navigatorProps;
src/Drawer.re
@@ -113,6 +113,7 @@ module Make = (M: {type params;}) => {
113
114
"route": route(M.params),
115
116
117
118
119
screenProps;
@@ -162,6 +163,7 @@ module Make = (M: {type params;}) => {
162
163
~drawerContentOptions: Js.t(contentOptions)=?,
164
~sceneContainerStyle: ReactNative.Style.t=?,
165
~style: ReactNative.Style.t=?,
166
167
168
169
src/MaterialBottomTabs.re
@@ -124,6 +124,7 @@ module Make = (M: {type params;}) => {
124
125
126
~component: React.component({. "navigation": navigation}),
127
128
129
130
@@ -138,6 +139,7 @@ module Make = (M: {type params;}) => {
138
139
140
141
142
143
144
145
@@ -164,6 +166,7 @@ module Make = (M: {type params;}) => {
~inactiveColor: string=?,
~barStyle: ReactNative.Style.t=?,
//TODO: More? https://github.com/callstack/react-native-paper/blob/bd4296116d841ed355f3dbebb40cfbc3b87a79ff/src/components/BottomNavigation.tsx#L132-L196
170
171
172
src/MaterialTopTabs.re
@@ -179,6 +179,7 @@ module Make = (M: {type params;}) => {
179
180
181
182
183
184
@@ -193,6 +194,7 @@ module Make = (M: {type params;}) => {
193
194
195
196
197
198
@@ -230,6 +232,7 @@ module Make = (M: {type params;}) => {
232
~swipeVelocityImpact: float=?,
231
233
234
235
236
237
238
src/Native.re
@@ -99,6 +99,7 @@ module NavigationContainer = {
99
[@bs.module "@react-navigation/native"] [@react.component]
100
external make:
101
(
102
+ ~ref: ReactNative.NativeElement.ref=?,
103
~initialState: state=?,
104
~onStateChange: navigationState=?,
105
~children: React.element
src/Stack.re
@@ -305,6 +305,7 @@ module Make = (M: {type params;}) => {
305
306
307
308
309
310
311
@@ -323,6 +324,7 @@ module Make = (M: {type params;}) => {
323
324
325
326
327
328
329
330
@@ -340,6 +342,7 @@ module Make = (M: {type params;}) => {
340
342
~headerMode: [@bs.string] [ | `float | `screen | `none]=?,
341
343
~keyboardHandlingEnabled: bool=?,
344
~children: React.element,
345
346
347
348
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments