We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like currently the library only supports 2 types of duration
Is there any way it can support custom duration in milli seconds or if I can set what the milliseconds for LONG and SHORT?
The text was updated successfully, but these errors were encountered:
Its possible Toast.show(message, 1, Toast.BOTTOM, toastStyle), this shows toast for 1 sec tested on iOS
Toast.show(message, 1, Toast.BOTTOM, toastStyle)
Sorry, something went wrong.
No branches or pull requests
It looks like currently the library only supports 2 types of duration
Is there any way it can support custom duration in milli seconds or if I can set what the milliseconds for LONG and SHORT?
The text was updated successfully, but these errors were encountered: