React-native-gifted-chat: How to set leftControlBar

Created on 31 May 2016  路  4Comments  路  Source: FaridSafi/react-native-gifted-chat

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.

Most helpful comment

@yosiyuki

<GiftedMessenger
...
leftControlBar={<SomeComponent/>}
...
/>

I would suggest reading the React Native docs

All 4 comments

@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 having a problem.

@yosiyuki np

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iamdurui picture iamdurui  路  3Comments

SytzeAndr picture SytzeAndr  路  3Comments

luisfuertes picture luisfuertes  路  3Comments

inceptivetech picture inceptivetech  路  3Comments

yogiben picture yogiben  路  3Comments