davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Need advice on calling showNotificationIfAvailable #197

Open stueynet opened 5 years ago

stueynet commented 5 years ago

We are trying to call this method but its not referenced anywhere:

http://mixpanel.github.io/mixpanel-android/com/mixpanel/android/mpmetrics/MixpanelAPI.People.html#showNotificationIfAvailable-android.app.Activity-

Any advice? Would we have to fork and create our own bridge for that method?

stueynet commented 5 years ago

Also for iOS the same method is simply showNotification()