apptentive / apptentive-react-native

Apptentive SDK module for React Native

Home Page:https://learn.apptentive.com/article-categories/react-native/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provider is not registered: interface apptentive.com.android.core.Logger

jakehockey10 opened this issue · comments

I'm getting an error with the latest version of this library. When an event is sent, in android only, I'm getting Could not invoke ApptentiveModule.engage

Provider is not registered: interface apptentive.com.android.core.Logger

I don't see anything that mentions this in the documentation.

This is just upgrading our version of the library from 6.0.3 to 6.1.2.

Potentially also worth mentioning was that we didn't have to define the colorSurface attribute on our theme until this upgrade. Once I specified that in the theme (guessing where that was supposed to go, not well documented), this error continued to show up.

Was this resolved in 6.1.3?