Skip to content

Releases: carsonwah/react-native-push-notification-popup

v1.7.0

19 Sep 17:23
c3e0221
Compare
Choose a tag to compare
  • Support non translucent android statusbar (#57)
  • iPhone14 Pro and Pro Max Dynamic Island SafeArea support (#56)

v1.6.1

14 Jun 12:21
Compare
Choose a tag to compare
  • Fix notch padding for iPhone 12/13 Pro/ProMax (#47)

v1.6.0

08 Aug 15:28
8d3cc66
Compare
Choose a tag to compare
  • 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

01 Sep 06:44
Compare
Choose a tag to compare
  • Fix zIndex issue on Android (#21, #24)
  • Fix renderPopupContent prop not optional in typescript (#22)

v1.3.0

01 Jul 03:54
Compare
Choose a tag to compare
  • Support custom popup body (#17)
  • Support custom slide out time (#20)
  • Typescript typings (#20)
  • [Dev] Support eslint

v1.2.0

02 Jan 09:37
Compare
Choose a tag to compare
  • [Bug] Fix popup horizontal alignment (#9) (#10)
  • [Enhancement] Support iPhone XS Max
  • [Enhancement] Remove all dependencies

v1.1.1

03 Jul 09:46
Compare
Choose a tag to compare
Release v1.1.1

v1.1.0

21 Jun 22:31
2d31536
Compare
Choose a tag to compare
  • [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

14 May 17:55
Compare
Choose a tag to compare

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