Skip to content

Releases: Dunedubby/react-native-zendesk-messaging

Release 0.2.1

06 Nov 17:03
6115427
Compare
Choose a tag to compare

0.2.1 (2024-11-06)

Bug Fixes

  • actually packageManager has new syntax. (6115427)

Features

  • add basic interfaces (cec2d2e)
  • add getUnreadMessageCount demo (85bb15a)
  • add getUnreadMessageCount method (6795fb1)
  • add handleNotification method (457923f)
  • add reset method (dd90850)
  • add sendPageViewEvent method (2ebb235)
  • add updatePushNotificationToken method (19fecbe)
  • android: add event listner (5fc70d5)
  • android: conversation fields and tags api (eee1703), closes #25
  • android: implement android module (84731f8)
  • close ALL views (d368ecb)
  • close messaging view on iOS (aead146)
  • ios: auto opening messaging view after initialize (871fc29)
  • ios: conversation fields and tags api (bf3a0a8), closes #25
  • ios: implement ios module (4de4e2c)
  • ios: skip send event when listener is not registered (3db52c8)
  • ios: support handle tap notifications (06df9d2)
  • update example (dc0c19f), closes #25
  • update example application (7c4e02a)
  • update gradle for overriding sdk version (eb80ecd)

Reverts