react-native-chat-ui icon indicating copy to clipboard operation
react-native-chat-ui copied to clipboard

feat: pass props to renderCustomComponent

Open hirbod opened this issue 2 years ago • 0 comments

Hi,

right now I have to manually pass all the needed props (beside of i10n, theme, user which can be accessed via context) to my custom renderCustomComponent. It would be nice to have some kind of a Base Component which has access to all the props without the need to make so much prop drilling.

hirbod avatar May 25 '22 09:05 hirbod