Skip to content

Releases: maxs15/react-native-spinkit

v1.5.0

27 Sep 01:36
Compare
Choose a tag to compare

Enhancements:

Thanks @radko93

v1.4.1

30 Jul 01:29
Compare
Choose a tag to compare

Enhancements:

  • Fix react-native config file (#125 )

v1.4.0

21 Jul 14:11
Compare
Choose a tag to compare

Enhancements:

  • Switch 'compile' to 'implementation' for RN0.60.0 and Android 9 support (#120 )
  • Remove rnpm and add react-native config file (#121 )

v1.2.0

10 Mar 23:48
Compare
Choose a tag to compare

Enhancements:

  • Android-SpinKit updated to 1.2.0

v1.1.1

05 Aug 17:50
Compare
Choose a tag to compare

Enhancements:

  • Fix backward compatibility for RN < 0.47

1.1.0

02 Aug 13:26
Compare
Choose a tag to compare

Enhancements:

  • RN 0.47 support added

v1.0.3

13 Jun 15:38
Compare
Choose a tag to compare

Enhancements:

  • RN 0.45 support added
  • tvOS target added
  • Removed allowBackup from AndroidManifest
  • Cocoapods support added
  • Colors formatting enhanced

v1.0.1

19 Jan 20:30
Compare
Choose a tag to compare

Enhancements:

  • Android build tools updated to 23.0.1

React Native 0.40 support

06 Jan 19:53
Compare
Choose a tag to compare

According to https://github.com/facebook/react-native/releases/tag/v0.40.0,

Native code on iOS must refer to headers out of the react namespace.
Previously the following would work:

#import "RCTConvert.h"

But now all headers have been moved:

#import <React/RCTConvert.h>

As far as it's a breaking change, I bumped the version to 1.0.0

v0.1.5

15 Nov 16:38
Compare
Choose a tag to compare

Enhancements:

  • Android now support multiple spinners 🎉