Releases: maxs15/react-native-spinkit
Releases · maxs15/react-native-spinkit
v1.4.1
Enhancements:
- Fix react-native config file (#125 )
v1.4.0
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
Enhancements:
- Android-SpinKit updated to 1.2.0
v1.1.1
Enhancements:
- Fix backward compatibility for RN < 0.47
v1.0.3
Enhancements:
- RN 0.45 support added
- tvOS target added
- Removed allowBackup from AndroidManifest
- Cocoapods support added
- Colors formatting enhanced
v1.0.1
Enhancements:
- Android build tools updated to 23.0.1
React Native 0.40 support
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:
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
Enhancements:
- Android now support multiple spinners 🎉