react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

`title` does not take a function

Open Volper212 opened this issue 5 months ago • 0 comments

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.

Volper212 avatar Aug 31 '24 14:08 Volper212