Closed
Description
Issue Description
I'm not sure how to use renderLoading(). I assume this can be used when I'm loading chat and retrieving data from backend? But it is unclear how to use it.
Steps to Reproduce / Code Snippets
When I simply use like this:
renderLoading={() => {
return (<Text>Llala</Text>)
}}
It does not seem to do anything.
Expected Results
?
Additional Information
- React Native version: 0.36.0
- react-native-gifted-chat version: 0.0.10
- Platform(s) (iOS, Android, or both?): iOS