lucasferreira / react-native-flash-message

React Native flashbar and top notification alert utility
MIT License
1.42k stars 154 forks source link

MessageOptions and MessageComponentProps interfaces are incorrect #240

Closed dmkav closed 1 year ago

dmkav commented 1 year ago

index.d.ts has MessageOptions and MessageComponentProps interfaces. Both of them have prop renderAfterMessage. However, the correct prop is renderAfterContent. Could you fix it?

dmkav commented 1 year ago

I've created PR

lucasferreira commented 1 year ago

Thanks @dmkav ;)