You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't get any events on Android.
We've deployed the demo app you're providing. It apparently runs, but we can't catch the events on Android instead of iOS.
It looks events don't get emitted.
How do you cop with it?
Moreover I've just realized that not all the functions are implemented for android.
I mean the index.d.ts includes this:
staticPERSIST(){if(!CoachMarks.HAS_SHOWN()){// Don't show againApplicationSettings.setBoolean(CoachMarks.APP_SETTINGS_KEY,true);}}staticRESET(){ApplicationSettings.setBoolean(CoachMarks.APP_SETTINGS_KEY,false);}
But index.android.ts doesn't includes those functions.
The text was updated successfully, but these errors were encountered:
Hi all,
We don't get any events on Android.
We've deployed the demo app you're providing. It apparently runs, but we can't catch the events on Android instead of iOS.
It looks events don't get emitted.
How do you cop with it?
Moreover I've just realized that not all the functions are implemented for android.
I mean the
index.d.ts
includes this:index.ios.ts
includes:But
index.android.ts
doesn't includes those functions.The text was updated successfully, but these errors were encountered: