React Native Shared Element Versions Save

Native shared element transition "primitives" for react-native 💫

v0.8.9

6 months ago

Bug Fixes

  • android [fix] Fix exception on Android when drawable is null. (#121) (thanks @akramloginext)

v0.8.8

1 year ago

Bug Fixes

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

v0.8.7

1 year ago

Features

  • [feat] Add support for expo-image.

v0.8.6

1 year ago

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

1 year ago

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

2 years ago

Bug Fixes

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

v0.8.3

2 years ago

Bug Fixes

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

v0.8.2

2 years ago

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

v0.8.1

2 years ago

Bug Fixes

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

v0.8.0

2 years ago

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