-
Notifications
You must be signed in to change notification settings - Fork 122
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
Is it possible to show loading indicator and text together #61
Comments
Hi! Currently there's no way to do it, so please feel free to send a PR :) |
Hi, @alvaromb , sorry for my late response. I've created a PR, would you please check it when you have some time? Thanks. |
Many thanks @evisong! Will review later. |
Hi, @alvaromb , have you got any some time reviewing the PR? I'm currently applying the PR in my local project, but I do wish to use official version 😄 . |
Look at #78 guys :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When setting
isLoading = { true }
a loading indicator will be shown, but the text will be gone in the same time. In popular apps, I usually see the indicator and text are shown in parallel, is it possible to support this?Thanks.
The text was updated successfully, but these errors were encountered: