Closed mrehan27 closed 1 year ago
Pull request title looks good 👍!
If this pull request gets merged, it will not cause a new release of the software. Example: If this project's latest release version is 1.0.0
. If this pull request gets merged in, the next release of this project will be 1.0.0
. This pull request is not a breaking change.
All merged pull requests will eventually get deployed. But some types of pull requests will trigger a deployment (such as features and bug fixes) while some pull requests will wait to get deployed until a later time.
Background
While working on a few other fixes, I realized we were caching Android SDK instance locally in ReactNative module which looked unnecessary now and could be replaced with Native Android SDK call. So I updated the code to remove the local instance without changing business logic.
Changes
CustomerIO.instance()
in native Android SDK