Dawid Michota
Dawid Michota
> In order to use the `expo-router` provided `Tabs`, you can use `BottomNavigation.Bar` like so: > > import { Tabs } from "expo-router"; > import { CommonActions } from "@react-navigation/core";...
> Great solution, but how do i use badge here? I am having trouble implementing one. To implement badge: `getBadge={({ route }) => descriptors[route.key].options.tabBarBadge}`
Any idea how can I make this work? I wanted to create a navigator with some options prefilled, but it didnt work due to `WARN Layout children must be of...
How do i make unlabeled tabs take only as much space as its needed? I want to achieve something like Gmail has:  The styles of buttons are hide in...
Still happening. Bump!
> Saw this; I also ran into this earlier on; > > But essentially to get this to work, the following props need to be populated even if in the...
So, if #426 was merged, have you tried testing it, @celestial83u83? Does it work as you expected?
> Hi @JakubAC In the case of a TextCell, you can try to do this by wrapping the text using the [renderer](https://github.com/silevis/reactgrid/blob/c1b904ab154e5f434c7d2e86eefbce902a7e9f14/src/lib/CellTemplates/TextCellTemplate.tsx#L15) prop Does that satisfy you @JakubAC?
How to deal with this then? ``` app-1 | app-1 | src/app.module.ts:23:7 - error TS2322: Type '(configService: ConfigService) => { dialect: PostgresDialect; plugins: CamelCasePlugin[]; }' is not assignable to type...
> How to deal with this then? > > ``` > app-1 | > app-1 | src/app.module.ts:23:7 - error TS2322: Type '(configService: ConfigService) => { dialect: PostgresDialect; plugins: CamelCasePlugin[]; }'...