Releases: BatchLabs/Batch-React-Native-Plugin
Releases · BatchLabs/Batch-React-Native-Plugin
8.1.0
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
Plugin
- Batch requires Xcode 13.3.1
- Fixed autolinking on react-native 0.69+ and Expo 46
8.0.1
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
andtagCollections
inBatchUser
. - Added a fix where you couldn't use
setLanguage
orsetRegion
with a nil value on iOS.
8.0.0
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
andtagCollections
inBatchUser
. - Added a fix where you couldn't use
setLanguage
orsetRegion
with a nil value on iOS.