Skip to content

Releases: naoufal/react-native-progress-hud

v1.0.2

25 Jun 16:34
Compare
Choose a tag to compare

Notes

  • Updated react-native dependency - thanks to @grabbou

v1.0.1

05 Jun 02:19
Compare
Choose a tag to compare

Bug fixes

  • Fixes Interval not being cleared after unmounting component. Kudos to @grabbou for the fix.

v1.0.0

24 May 14:41
Compare
Choose a tag to compare

New Features

  • The color of the spinner can now be modified by passing a color prop.
  • The color of the overlay can now be modified by passing an overlayColor prop.

Breaking Changes

  • backgroundType has been replaced by overlayColor to give developers more styling options.