Releases: ericnograles/react-native-exact-target
Releases · ericnograles/react-native-exact-target
v0.3.1
v0.3.0
Release Notes
- Merges in #12 to prevent some unnecessary behavior in ETPush for repeat registrations
- Also exposes imperatively a
registerForRemoteNotifications
which is needed by APN, but not GCM
Special Thanks
- @jin-hwang-zocdoc and @daniel-deutsch-zocdoc for the work above, you guys rock 🥇
v0.0.10
Overview
- README.md updates for npm
v0.0.9
Overview
- Adds backwards compatibility fix for RN versions prior to 0.40
- Removes message box in iOS on SDK initialization failure
v0.0.7
Overview
- Adds support for emitting events when a push notification is received
- Documentation updates
Notes
Note that the event emitting is untested and may be unstable.
v0.0.6
Overview
- Initializes ExactTarget SDK as a promise
- Exposes an
isSDKInitialized
convenience function to check if the SDK was properly initialized
Notes
While rough, this version of react-native-exact-target
should get you going for basic push notification use cases. We are targeting events for v0.1.x
series so stay tuned.