Releases: IjzerenHein/react-native-shared-element
Releases · IjzerenHein/react-native-shared-element
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)
v0.8.1
v0.8.0
Bug Fixes
- ios Fix exception when debugging and possible runtime instability
- ios Fix transitions for views that have no window (new react-native-screens versions)
- ios Fix layout issues for transitions that use scaling (e.g. ScaleFromCenter from react-navigation)
- android Fix layout position when using non translucent status-bar
- android Fix layout issues for transitions that use scaling (e.g. react-navigation on Android 10 or higher)
- android Fix clipping of elements in transitions
- android Fix fade-in of end-elements
- android Fix fade-in of elements when other element doesn’t exist
- android Fix deprecated API warning
Improvements
- android Remove build warnings
- android Update
build.gradle
to latest config