Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
v0.3.8
Fixed
- Include
RNSnackbar.podspec
when publishing (#36)
v0.3.7
Added
- Added
RNSnackbar.podspec
for cocoapods (#31)
- Added a link to Manual Installation to the README (#30)
- Added a Customization section to the README
Fixed
- Made
action.onPress
optional even if action
is specified (as would be expected)
- Fixed installing the example app using
yarn install
. Yarn for some reason copies in node_modules
when installing locally, which caused all sorts of issues running unit tests and the example app.
v0.3.6
Changed
- Also accept React version
>=16.0.0-alpha.6
- To prevent annoying warnings during
npm install
v0.3.5
Added
Changed
- Source is now compiled and exported in
lib/
(this should have no effect on the average user)
v0.3.4
Fixed
- Fixed bug with the new feature where we weren't detecting every modal; this only affects people with multiple nested modals
v0.3.3
Added
- Added a
backgroundColor
property
- Added TypeScript typings
Fixed
- Added support for modals on Android
- Prior to this fix, the Snackbar would appear underneath them
v0.3.2
Changed
- Moved source code under
src/
- Tests are no longer published to npm
- Tweaked README
v0.3.1
Added
- Integrated with Travis, Jest, and ESLint
Changed
v0.3.0
Changed
- [Breaking] Updated iOS headers for React Native v0.40
v0.2.3
- Fixed callback crash on older versions of iOS
- Explicitly set textColor on pre-Lollipop Android devices
- Made the example projects work again