Open
Description
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
.
Metadata
Metadata
Assignees
Labels
No labels