Arno Fortelny
Arno Fortelny
Bigger issue is probably that the theme is not localized in any way. Tough to do because I use verbiage that differs from the translations SAB provides.
This is still an issue with with `@react-navigation/[email protected]` and `@react-navigation/[email protected]`. It's been almost 2 months. Is anyone looking at these issues?
It's been months now and this is keeping me from upgrading. Any movement on this?
@pcprinz You're right, thank you! Followed the custom section here to add my own background color for light and dark modes: https://reactnavigation.org/docs/themes
@cristianoccazinsp See my comment above. Adding a `theme` to the `NavigationContainer` fixes the issue.
I used the theme prop to provide my specific dark (and light) background color so that's then shown during transitions and it now looks correct.
Here's the general gist. ``` import { useColorScheme } from 'react-native'; import { NavigationContainer } from '@react-navigation/native'; const navigationThemes = { dark: { dark: true, colors: { background: 'black', },...
I mean I agree with you, ideally it would be transparent but this theme prop achieves the same effect as putting a root `View` with a specific background color into...
This is silly. There's probably a ton of people out there unable to use the Github Package because they have NODE_ENV set to development but may not have the fortitude/time...
Just like OP I'm getting these warnings even though all my titles are explicitly wrapped as strings. This is more annoying than anything but would like to see this fixed....