React Native Push Notification Popup Versions Save

A component for presenting your own push notification in react-native app

v1.7.0

7 months ago
  • Support non translucent android statusbar (#57)
  • iPhone14 Pro and Pro Max Dynamic Island SafeArea support (#56)

v1.6.1

1 year ago

v1.6.0

3 years ago
  • 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

4 years ago
  • Fix zIndex issue on Android (#21, #24)
  • Fix renderPopupContent prop not optional in typescript (#22)

v1.3.0

4 years ago
  • Support custom popup body (#17)
  • Support custom slide out time (#20)
  • Typescript typings (#20)
  • [Dev] Support eslint

v1.2.0

5 years ago
  • [Bug] Fix popup horizontal alignment (#9) (#10)
  • [Enhancement] Support iPhone XS Max
  • [Enhancement] Remove all dependencies

v1.1.1

5 years ago

v1.1.0

5 years ago

v1.0.1

5 years ago

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