Releases: oblador/react-native-lightbox
Releases · oblador/react-native-lightbox
0.8.1
- Removed usage of deprecated React lifecycle methods
- Added support for
onLongPress
prop
0.7.0
- 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
- Fixes React / React Native split deprecation warning.
0.5.1
- Fixes
StatusBarIOS
deprecation.
- Removes react native from
peerDependencies
- Adds
backgroundColor
property.
0.5.0
- 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
- Fixed bug on iOS where swiping to close and opening again would cause the lightbox to only open partially.
0.4.0
- 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
The module now has no dependencies other than React Native which makes integration easer.