Skip to content

Releases: BatchLabs/Batch-React-Native-Plugin

8.1.0

31 Aug 13:11
Compare
Choose a tag to compare

Plugin

  • Plugin now compiles with and targets SDK 33 (Android 13).

Push

  • Added a new API: BatchPush.requestNotificationAuthorization(). This allows you to request for the new notification permission introduced in Android 13. See the documentation for more info.

8.0.2

08 Aug 15:47
Compare
Choose a tag to compare

Plugin

  • Batch requires Xcode 13.3.1
  • Fixed autolinking on react-native 0.69+ and Expo 46

8.0.1

27 Jul 15:06
Compare
Choose a tag to compare

Plugin

  • Updated Batch 1.19. Batch requires Xcode 13.3.1 and iOS 10.0 or higher.
  • Updated how Batch is imported to support React-Native v0.68 wich now uses Objective-C++.
  • Added support for Expo 45

User

  • Added getters for identifier, language, region, attributes and tagCollections in BatchUser.
  • Added a fix where you couldn't use setLanguage or setRegion with a nil value on iOS.

8.0.0

27 Jul 15:06
Compare
Choose a tag to compare

Plugin

  • Updated Batch 1.19. Batch requires Xcode 13.3.1 and iOS 10.0 or higher.
  • Updated how Batch is imported to support React-Native v0.68 wich now uses Objective-C++.
  • Added support for Expo 45

User

  • Added getters for identifier, language, region, attributes and tagCollections in BatchUser.
  • Added a fix where you couldn't use setLanguage or setRegion with a nil value on iOS.