Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
v2.2.4
Fixes
- [iOS] Fix xcode 12 compatibility (#167)
v2.2.3
Fixes
- [Android] Handle invalid parent view, preventing a possible crash (#144)
- [Android] Display if view is not focused but no modals are shown either (#155)
v2.2.2
Changes
- Reduced size of npm package (#153) [for real this time]
v2.2.1
Changes
- Reduced size of npm package (#153) [unsuccessfully]
v2.2.0
Added
- [Android only] Support
fontFamily
prop (#117)
- [Android only] Support
rtl
prop (#117)
v2.1.1
Changes
- Minor improvement to readme
v2.1.0
Changes
- Deprecated the
title
and color
options in favor of text
and textColor
for both the main Snackbar and the action button
- The old keys will continue to work for now, but will cause console warnings as of v2.1.0
v2.0.5
Fixes
- [Android] Fixed ReadableMap access for the action button causing an error if you didn't specify an explicit
color
v2.0.4
Changes
- Improved the troubleshooting section of the readme
v2.0.3
Changes
- Always use white fallback color for title now, if no
color
specified (#126)
- This is because as of React Native v0.60
android:textColor
is set to black
- Upgraded babel version significantly (should have no impact, but you never know)