Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
v0.5.1
Fixed
- [Android] Updated the default
buildToolsVersion
to fix compile errors on some projects (#86)
Changed
- [Android] Updated the default
supportLibVersion
to latest
v0.5.0
Changed
- Updated versions in
build.gradle
to support breaking changes from React Native v0.56 (#85) [Android]
- Updated README troubleshooting guide with new required versions [iOS and Android]
v0.4.7
Changed
- Minor documentation improvements
v0.4.6
Fixed
- Support iPhone X screen insets (#65)
v0.4.5
Fixes
- Fixed crash on Android when repeatedly tapping the action button (#64)
v0.4.4
Added
- Implement
requiresMainQueueSetup
for RN v0.50 warnings (#51)
v0.4.3
Fixed
- Reduced iOS
DEPLOYMENT_TARGET
to the standard 8.0 (previously it had been set to 9.1, which caused Xcode warnings on some projects)
v0.4.2
Added
- Added an iOS accessibility identifier to the Snackbar to help with UI testing (#45)
v0.4.1
Changed
- Removed
@Override
annotation to support React Native v0.47 on Android (#40)
- This change is backwards compatible and shouldn't affect apps running earlier versions of React Native
v0.4.0
Added
- Added a
dismiss
method to hide any active Snackbar (#35)
- This feature requires updated native code to work (e.g. simply re-build your app using
react-native run-ios
)