Hook retrieving the resolved localized UI strings from the enclosing provider.
The active CupThreadStrings dictionary.
function CustomHeader() { const strings = useCupThreadStrings(); return <Text>{strings.feedbackComposer.title}</Text>;} Copy
function CustomHeader() { const strings = useCupThreadStrings(); return <Text>{strings.feedbackComposer.title}</Text>;}
Hook retrieving the resolved localized UI strings from the enclosing provider.