Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
Release list
v3.0.1
v3.0.0
BREAKING CHANGES
- Ported to new architecture (#218)
- Dropped support for old architecture
- Dropped Flow typings
- Renamed module:
import { Snackbar } from 'react-native-snackbar'; - Altered event listener registration API
Known issues
textAlignCenteron iOS no longer works for mysterious reasons; contributions welcome
v2.9.0
v2.8.0
v2.7.2
Added
- Added mock for jest tests (#210)
Changed
- The latest release on npm was stuck on 2.6.2, this should also clear up that issue. The latest version has been 2.7.1 for quite a while but that wasn't the default version pulled in by
yarn install.
v2.7.1
v2.7.0
v2.6.0
v2.5.0
v2.4.0
Fixes
- [Android] Show Snackbar over most recent modal when there are multiple (#179)
- This is intended to fix a long-standing bug where the Snackbar sometimes attaches to the wrong modal. It MAY change current behavior for specific kinds of modals that used to work the old way; please report any bad behavior in the PR #179 (along with an example app if possible).