adobe / aepsdk-react-native

A wrapper around the iOS and Android AEP mobile SDK to allow for integration with React Native applications.
Apache License 2.0
15 stars 28 forks source link

Messaging #212

Closed dsoffiantini closed 1 year ago

dsoffiantini commented 1 year ago

Description

Updates to messaging to include latest IAM changes

How Has This Been Tested?

Unit tests have been added

Types of changes

Checklist:

cacheung commented 1 year ago

Getting console warning when calling Refreshinappmessages() and Setmessagingdelegate() in the Messaging view of the sample app. new NativeEventEmitter() was called with a non-null arguement without the required 'removeLIsterners' method.
Will this affect users who use messaging and optimize?

cacheung commented 1 year ago

Need to change the Sample App package.json to 1.0.0-beta.3 for messaging.

dsoffiantini commented 1 year ago

This is just a react native warning that doesnt affect functionality, but I can add some code to remove the warning