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

fix: removes android warning using event emitter #194

Closed dsoffiantini closed 2 years ago

dsoffiantini commented 2 years ago

Description

This is a small fix that removes a console warning on android apps due to the package not having add and remove listener functions react native looks for in android. Functionality is not affected.

Screenshots (if appropriate):

Previous warning:

image

Types of changes

Checklist: