@@ -219,35 +219,35 @@ String or a function that given `{ focused: boolean, color: string }` returns a
219
219
220
220
Function, that given ` { focused: boolean, color: string, size: number } ` returns a React.Node to display in drawer sidebar.
221
221
222
- ##### ` drawerActiveTintColor `
222
+ #### ` drawerActiveTintColor `
223
223
224
224
Color for the icon and label in the active item in the drawer.
225
225
226
- ##### ` drawerActiveBackgroundColor `
226
+ #### ` drawerActiveBackgroundColor `
227
227
228
228
Background color for the active item in the drawer.
229
229
230
- ##### ` drawerInactiveTintColor `
230
+ #### ` drawerInactiveTintColor `
231
231
232
232
Color for the icon and label in the inactive items in the drawer.
233
233
234
- ##### ` drawerInactiveBackgroundColor `
234
+ #### ` drawerInactiveBackgroundColor `
235
235
236
236
Background color for the inactive items in the drawer.
237
237
238
- ##### ` drawerItemStyle `
238
+ #### ` drawerItemStyle `
239
239
240
240
Style object for the single item, which can contain an icon and/or a label.
241
241
242
- ##### ` drawerLabelStyle `
242
+ #### ` drawerLabelStyle `
243
243
244
244
Style object to apply to the ` Text ` style inside content section which renders a label.
245
245
246
- ##### ` drawerContentContainerStyle `
246
+ #### ` drawerContentContainerStyle `
247
247
248
248
Style object for the content section inside the ` ScrollView ` .
249
249
250
- ##### ` drawerContentStyle `
250
+ #### ` drawerContentStyle `
251
251
252
252
Style object for the wrapper view.
253
253
0 commit comments