Open Tarac21 opened 4 months ago
Hey, can you provider some code? the I just copy and paste the code from Example into a .tsx and is working
Hey, can you provider some code? the I just copy and paste the code from Example into a .tsx and is working
Here's the error:
VSCode says the type of route
is NavigationRoute<ParamListBase, string>
, which doesn't have the property of title
.
same issue
Any updates on this issue. I am getting the same issue.
Current behaviour
The title in route.title is displayed in red to indicate that there is an error.
Expected behaviour
No error message is displayed.
How to reproduce?
Redo the example from https://callstack.github.io/react-native-paper/docs/components/BottomNavigation/BottomNavigationBar.
Preview
What have you tried so far?
Using @ts-ignore does not change anything.
Your Environment