React Native Spinkit Versions Save

A collection of animated loading indicators for React Native

v1.5.0

4 years ago

Enhancements:

  • Support for typescript (#105)
  • Fix (#126)
  • Fix (#119)
  • Fix (#96)
  • Fix (#106)

Thanks @radko93

v1.4.1

4 years ago

Enhancements:

  • Fix react-native config file (#125 )

v1.4.0

4 years ago

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

5 years ago

Enhancements:

  • Android-SpinKit updated to 1.2.0

v1.1.1

6 years ago

Enhancements:

  • Fix backward compatibility for RN < 0.47

1.1.0

6 years ago

Enhancements:

  • RN 0.47 support added

v1.0.3

6 years ago

Enhancements:

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

v1.0.1

7 years ago

Enhancements:

  • Android build tools updated to 23.0.1

v1.0.0

7 years ago

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

7 years ago

Enhancements:

  • Android now support multiple spinners 🎉