Skip to content

Releases: oblador/react-native-lightbox

0.8.1

15 Dec 11:55
Compare
Choose a tag to compare
  • Removed usage of deprecated React lifecycle methods
  • Added support for onLongPress prop

0.7.0

03 Sep 17:08
Compare
Choose a tag to compare
  • Fix React 16 deprecations to support React Native 44+
  • Breaking change: Refactor to ES+, use import now instead of require.
  • Enable Android back button
  • Fix error when using local images

0.6.0

11 May 23:29
Compare
Choose a tag to compare
  • Fixes React / React Native split deprecation warning.

0.5.1

22 Apr 21:38
Compare
Choose a tag to compare
  • Fixes StatusBarIOS deprecation.
  • Removes react native from peerDependencies
  • Adds backgroundColor property.

0.5.0

14 Oct 21:35
Compare
Choose a tag to compare
  • Support for custom animation settings via new springConfig prop.
  • Support for complex lightbox content via new renderContent prop.
  • Fixed warnings on close when using new navigator approach.
  • React Native 0.13-rc support

0.4.1

11 Oct 14:19
Compare
Choose a tag to compare
  • Fixed bug on iOS where swiping to close and opening again would cause the lightbox to only open partially.

0.4.0

08 Oct 15:43
Compare
Choose a tag to compare
  • Android support!
  • Breaking API change: header prop is now renderHeader(close).
  • Breaking API change: Deprecated direct access to close and open methods.

0.3.0

28 Aug 12:56
Compare
Choose a tag to compare

The module now has no dependencies other than React Native which makes integration easer.