tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 279 forks source link

Expo config plug-in #448

Closed nandorojo closed 2 years ago

nandorojo commented 3 years ago

It would be awesome to support expo's new config plug-in system. That would allow this library to work with expo SDK 41+.

giaset commented 2 years ago

Bumping this, as this would be amazing for us as well!

SimenB commented 2 years ago

https://github.com/tinycreative/react-native-intercom/commit/982e6344c6ae91621887e510cf7ad8ca2797f20d

cmaycumber commented 2 years ago

Still a WIP but if anyone needs it for the official react-native-intercom package: https://github.com/cmaycumber/config-plugin-react-native-intercom.

nandorojo commented 2 years ago

For anyone else facing issues with Expo, I ended up using a modal with a web view to our website that opens intercom

nandorojo commented 2 years ago

Thanks for sharing that @cmaycumber!