In my react-native-gifted-chat tick is not showing. New to react so not sure on how to fix this.
- the message contains sent: true and recieve:true
- using react-native > .61 and react-native-gifted-chat = 0.16.1
- renderTicks is not boolean but a function. it just has currentMessage as paramters not even any props.
Do I have to write the ticks manually?