Skip to content

Releases: IjzerenHein/react-native-shared-element

v0.8.9

17 Nov 13:48
Compare
Choose a tag to compare

Bug Fixes

v0.8.8

02 Jan 10:47
Compare
Choose a tag to compare

Bug Fixes

  • android [fix] Fix Android build error on react-native 0.66 (#114).

v0.8.7

23 Dec 13:34
Compare
Choose a tag to compare

Features

  • [feat] Add support for expo-image.

v0.8.6

21 Dec 16:33
Compare
Choose a tag to compare

Improvements

  • android [chore] Updates the default kotlin version on Android to 1.6.10 and the default SDK on Android to 31.

v0.8.5

29 Jul 15:45
cd80b0e
Compare
Choose a tag to compare

Dependency bump

Bumping node-fetch version as advised by dependabot.

P.S.
This is my first OSS release, hope it goes well!

v0.8.4

24 Jan 17:08
Compare
Choose a tag to compare

Bug Fixes

  • android [fix] Fix Android build error on react-native 0.67 and Gradle 7 (#90)

v0.8.3

27 Sep 20:14
Compare
Choose a tag to compare

Bug Fixes

  • ios [fix] Fix ios use_frameworks build issue (React i.s.o. React-Core pod dependency) (#81) (thanks @Kudo)

React Native 0.65.0 compatibility

18 Aug 12:08
Compare
Choose a tag to compare

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

16 Aug 14:59
Compare
Choose a tag to compare

Bug Fixes

  • android Fix layout of elements that exist on only one screen (fade in/out overlapping elements) (fixes #34)

v0.8.0

13 Aug 14:05
Compare
Choose a tag to compare

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鈥檛 exist
  • android Fix deprecated API warning

Improvements

  • android Remove build warnings
  • android Update build.gradle to latest config