Is there an existing issue for this?
Explain what you did
- I've extended theme via this docs and addded custom params to
TextProps
Expected behavior
ListItem.Title should extend the TextProps params
Describe the bug
ListItem.Content extends the TextProps params but can't be used
ListItem.Title can't be assigned with the TextProps params because of TypeScript
Steps To Reproduce
1. Install RNE to your RN project
2. Setup theme
3. Extend `TextProps` with custom params
Screenshots



Your Environment
`npx @rneui/envinfo`
Global Dependencies:
No related dependency found
Local Dependencies:
Is there an existing issue for this?
Explain what you did
TextPropsExpected behavior
ListItem.Titleshould extend theTextPropsparamsDescribe the bug
ListItem.Contentextends theTextPropsparams but can't be usedListItem.Titlecan't be assigned with theTextPropsparams because of TypeScriptSteps To Reproduce
Screenshots
Your Environment
`npx @rneui/envinfo`
Global Dependencies:
No related dependency found
Local Dependencies:
@rneui/base : ^4.0.0-rc.8
@rneui/themed : ^4.0.0-rc.8
expo : ~50.0.7
react : 18.2.0
react-native : 0.73.4
@types/react : ~18.2.45