tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
407 stars 280 forks source link

The last version of the lib is supporting Mobile Carousels but triggering it programmatically is missing #425

Closed paomosca closed 2 years ago

paomosca commented 3 years ago

Mobile Carousels are already supported but due the version of the Sdk used there is no access to the code trigger. any plan to update the sdks?

bradenpowers commented 3 years ago

Looking at some documentation, I see this https://developers.intercom.com/installing-intercom/docs/cordova-phonegap-configuration#present-a-carousel-programmatically. I tried it and this doesn't work for this package.

export-mike commented 3 years ago

https://github.com/tinycreative/react-native-intercom/pull/431 added

paomosca commented 3 years ago

thanks @export-mike looking forward to seeing it merged!! <3