I just update my project from react-native 0.59 to react-native 0.61.5

I downgrade react-native-gifted-chat version to 0.9.11 and it's works.
Do you have any idea why gifted chat does't work on 0.13.0 ?
Hi @chassierPA,
I'm using it without issues on RN 0.61.4 (i.e. Expo 36)
https://snack.expo.io/@xcarpentier/giftedchat-playground
Using it fine on expo 36 with rn 61.x here
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I had exactly the same issue. I just updated from 0.59.10 to 0.60.6. Super weird. @chassierPA Did you solve it?
well... it's actually because I haven't enabled typescript in my project....
https://reactnative.dev/docs/typescript
This solved it for me. @chassierPA