README
react-native-acc
React-native module wrapping Android and iOS Accengage native SDKs.
Features
For Android
- InApp (without geofencing and beacons)
- Scheduled Alarms (without geofencing and beacons)
- Analytics (Events, Views, Device Info, Static Lists, Subscription tag, States)
If you want to use push notifications for FCM, geofencing and beacons, please add additional corresponding accengage react-native modules: react-native-fcm, react-native-geofences, react-native-beacons. The fact that Accengage Android native SDK has plugins allowed us to separate the functionality on different modules and do not oblige you to use, for instance, beacons and geofencing by default.
For iOS
- InApp
- Scheduled Alarms
- Analytics (Events, Views, Device Info, Static Lists, Subscription tag, States)
- Push Notifications
Checkout our react-native sample using these features.
Installation
npm install react-native-acc
react-native link
Integration
Android
TODO
iOS
TODO