react-navigation.github.io
react-navigation.github.io copied to clipboard
`title` does not take a function
https://reactnavigation.org/docs/redux-integration
<Stack.Screen
name="Test"
component={TestScreen}
options={{ title: () => <CounterContainer /> }}
/>
The type of title does not take a function:
title?: string
It should be headerTitle
.