I'm new in react-native and gifted messenger is really helpful for me.
I want to add camera button with leftControlBar but don't understand how to set props.leftControlBar.
Please anyone help me.
@yosiyuki
<GiftedMessenger
...
leftControlBar={<SomeComponent/>}
...
/>
I would suggest reading the React Native docs
@wenkesj Thank you for your reply.
I did it but keep getting following error.
Element type is invalid expected a string (for built-in components) or a class/function
I resolved by myself.
Definition of
@yosiyuki np
Most helpful comment
@yosiyuki
I would suggest reading the React Native docs