Releases: IjzerenHein/react-native-shared-element
Releases · IjzerenHein/react-native-shared-element
v0.9.0-rc0 - Support for Expo 52 and RN 0.76
This is a pre-release, you can install it using yarn add react-native-shared-element@next
Features
The border rendering on Android seems a little bit off though, and requires further investigation.
Breaking
- [break] This version adds support for Expo 52 and RN 0.76 and up, but BREAKS support with older Expo SDK's and react-native versions. If you or an older version, please use
v0.8.9
v0.8.9
Bug Fixes
- android [fix] Fix exception on Android when drawable is null. (#121) (thanks @akramloginext)
v0.8.8
v0.8.7
Features
- [feat] Add support for
expo-image
.
v0.8.6
Improvements
- android [chore] Updates the default kotlin version on Android to
1.6.10
and the default SDK on Android to31
.
v0.8.5
v0.8.4
v0.8.3
React Native 0.65.0 compatibility
Bug Fixes
- ios [fix] Fix build error on react-native 0.65 (
implicit conversion of Objective-C pointer type 'UIColor *' to C pointer type 'CGColorRef _Nonnull' (aka 'struct CGColor *') requires a bridged cast
) (thanks @lukebars)
Expo support
- This version has been issued to Expo and should be included in Expo SDK 43 (expo/expo#14245)