Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #714 from rsksmart/style-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
patogallaiovlabs authored Jun 29, 2021
2 parents cb4e4ef + 8216aba commit 3d57be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/common/misc/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const Loader = (props) => {
<View style={styles.modalBackground}>
<View style={styles.activityIndicatorWrapper}>
<ActivityIndicator
color={color.black}
size="large"
animating={loading}
/>
</View>
Expand All @@ -50,7 +52,6 @@ const Loader = (props) => {
);
};


Loader.propTypes = {
loading: PropTypes.bool.isRequired,
};
Expand Down

0 comments on commit 3d57be8

Please sign in to comment.