lucasferreira / react-native-flash-message

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

Add textProps, titleProps to the MessageOptions type #252

Closed tyndria closed 1 year ago

tyndria commented 1 year ago

These fields are retrieved from the message state field:

    const titleProps = this.prop(message, "titleProps");
    const textProps = this.prop(message, "textProps");

but they are not presented in the typings.

lucasferreira commented 1 year ago

Thanks @tyndria