Releases: carsonwah/react-native-push-notification-popup
Releases · carsonwah/react-native-push-notification-popup
v1.7.0
- Support non translucent android statusbar (#57)
- iPhone14 Pro and Pro Max Dynamic Island SafeArea support (#56)
v1.6.1
- Fix notch padding for iPhone 12/13 Pro/ProMax (#47)
v1.6.0
- Fix YellowBox warning:
WARN Animated: "useNativeDriver" was not specified. This is a required option and must be explicitly set to "true" or "false"
starting from RN 0.62 (#28, #32)
- Fix "press in" animation (shrinking scale of container to 0.95) only starts after moving it (#32)
- Fix is based on capturing all child event in the popup
- Behaviour customization is allowed in new props: shouldChildHandleResponderStart and shouldChildHandleResponderMove
- Security fix: Bump lodash from 4.17.10 to 4.17.19 (#29)
v1.4.0
- Fix
zIndex
issue on Android (#21, #24)
- Fix
renderPopupContent
prop not optional in typescript (#22)
v1.3.0
- Support custom popup body (#17)
- Support custom slide out time (#20)
- Typescript typings (#20)
- [Dev] Support eslint
v1.2.0
- [Bug] Fix popup horizontal alignment (#9) (#10)
- [Enhancement] Support iPhone XS Max
- [Enhancement] Remove all dependencies
v1.1.0
- [Critical] Fix transparent full-screen overlay blocking other elements on the screen (#3)
- [Critical] Fix auto-dismiss functionality
- [Bug] Fix popup dragged far down then cannot drag back up
- [Enhancement] Move feedback presentation resposibilities from
Touchable
to PanResponder
v1.0.1
First release!
- iOS-style popup
- Support pan-up, pan-down, pad-down-to-threshold gestures
- Support spring animation on press
- Support slide-in and slide-out animations