react-native-button icon indicating copy to clipboard operation
react-native-button copied to clipboard

Is it possible to show loading indicator and text together

Open evisong opened this issue 7 years ago • 5 comments

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.

evisong avatar Apr 10 '17 02:04 evisong

Hi!

Currently there's no way to do it, so please feel free to send a PR :)

alvaromb avatar Apr 10 '17 08:04 alvaromb

Hi, @alvaromb , sorry for my late response. I've created a PR, would you please check it when you have some time?

Thanks.

evisong avatar May 18 '17 15:05 evisong

Many thanks @evisong! Will review later.

alvaromb avatar May 19 '17 06:05 alvaromb

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 😄 .

evisong avatar Jun 26 '17 07:06 evisong

Look at #78 guys :)

VincentCATILLON avatar Feb 05 '19 23:02 VincentCATILLON