Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Availability of text1 and text2 Style Props in toast.show Function #478

Closed
EmreKarslan opened this issue Jul 13, 2023 · 0 comments · Fixed by #479
Closed

Inconsistent Availability of text1 and text2 Style Props in toast.show Function #478

EmreKarslan opened this issue Jul 13, 2023 · 0 comments · Fixed by #479

Comments

@EmreKarslan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant