Airship Accengage React Native
A React Native module for Airship's iOS and Android SDK.
Resources
Issues
Please visit https://support.airship.com/ for any issues integrating or using this module.
Requirements:
- Xcode 11+
- iOS: Deployment target 11.0+
- Android: minSdkVersion 16+, compileSdkVersion 28+
- React Native >= 0.60.0
- React Native cli >= 2.0.1
Install
using yarn
yarn add urbanairship-accengage-react-native
using npm
npm install urbanairship-accengage-react-native --save
iOS Setup
- Install pods
cd ios && pod install
Usage
import AirshipAccengage from 'urbanairship-accengage-react-native';
Version 13.0.1 - November 5, 2021
Patch release that fixes preferences resetting when upgrading to SDK 15/16. This update will restore old preferences that have not been modified in the new SDK version.
Apps that have migrated to 13.0.0 from an older version should update. Apps currently on version 12.1.0 and below should only migrate to 13.0.1 to avoid a bug in version 13.0.0.
Changes
- Updated iOS SDK to 16.0.2