wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.57k stars 714 forks source link

Button component do not have loading status #2776

Open SupriyaPKalghatgi opened 1 year ago

SupriyaPKalghatgi commented 1 year ago

Description

On click of Button when API is hit at background, user should be acknowledged about the status of it by toggling from text button to spinning / loading Icon button. And this icon should not necessarily be svg / image type Something like react-native-vector-icons

Related to

Screenshots/Video

image

Environment

Affected platforms

SupriyaPKalghatgi commented 1 year ago

@ethanshar Can you please check this

SupriyaPKalghatgi commented 1 year ago

@ethanshar How do I add React Native Vector Icon with Button?