esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

[BUGFIX] Show ActivityIndicator also when no icon has been set #46

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

You probably don`t want to show an icon in you submit button but want to see the activity indicator when you submit the data.

This little bugfix adjusts the condition in the button component.

Thanks to @giautm for reporting this issue :)

Fixes: #43