v0.8.4
This release mainly includes some important fixes:
- Fix
hardwareBackPress
listener should be removed on component unmount by @bobharley in #194 - Fix sheet behavior with keyboard, no more jumping/ bouncing animations.
- Fix height change causing sheet to reanimate from the bottom.
- Fix gestures are not working in nested action sheets. #199
- Added prop
withNestedSheetProvider
to be used for sheets withisModal={false}
statusBarTranslucent
will have no effect on android. It will be enabled by default as it interferes with keyboard & input handling
New Contributors
- @bobharley made their first contribution in #194
Full Changelog: v0.8.3...v0.8.4