You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the React Native Toast Message library, the text1 and text2 style props are available in the BaseToastProps, but they are not accessible through the toast.show function. This inconsistency limits the flexibility of customizing the text styles when displaying toast messages.
The text1 and text2 style props are crucial for allowing developers to modify the appearance of toast messages on a case-by-case basis. However, the inability to utilize these props via the toast.show function hampers the ability to dynamically change the text styles when using the library.
It would be beneficial to enhance the library's functionality by ensuring that the text1 and text2 style props are accessible through the toast.show function. This modification would empower developers to easily modify the text styles when displaying toast messages, resulting in a more versatile and customizable user experience.
By addressing this issue, React Native Toast Message can provide a more comprehensive solution for developers, enabling them to create visually consistent and appealing toast messages across their applications.
The text was updated successfully, but these errors were encountered:
Currently, in the React Native Toast Message library, the text1 and text2 style props are available in the BaseToastProps, but they are not accessible through the toast.show function. This inconsistency limits the flexibility of customizing the text styles when displaying toast messages.
The text1 and text2 style props are crucial for allowing developers to modify the appearance of toast messages on a case-by-case basis. However, the inability to utilize these props via the toast.show function hampers the ability to dynamically change the text styles when using the library.
It would be beneficial to enhance the library's functionality by ensuring that the text1 and text2 style props are accessible through the toast.show function. This modification would empower developers to easily modify the text styles when displaying toast messages, resulting in a more versatile and customizable user experience.
By addressing this issue, React Native Toast Message can provide a more comprehensive solution for developers, enabling them to create visually consistent and appealing toast messages across their applications.
The text was updated successfully, but these errors were encountered: