Bit-Nation / BITNATION-Pangea-mobile

Pangea iOS and Android repository
MIT License
52 stars 13 forks source link

[ui] Added Loader for Submit Button #550

Closed prameetc closed 6 years ago

prameetc commented 6 years ago

Please check you are not duplicating an existing pull request...

Changes

Document here your changes

Verification

Steps to verify the pull request works as intended

hunght commented 6 years ago

I have tested it on iOS and andoird 1- I still can click multiple time on the button.(the indicator view is showing) 2- could we setState loading = false when the process is done, i think we could have call back on dispatch action

prameetc commented 6 years ago

@hunght Another option would be disabling the button while the loader is active

hunght commented 6 years ago

@hunght Another option would be disabling the button while the loader is active

yes, I think we should disable the button when it's in loading state

marknuzz commented 6 years ago

unit tests pass