This is a React Native Android Bridge Example project for Intercom IO. All of the leg work was done by Tiny Creative react-native-intercom.
- Clone repo: $
git clone git@github.com:Versame/React-Native-Android-Intercom-Bridge.git
- In the directory you cloned into: $
npm install
- Navigate to your_project_directory/android/app/src/main/java/com/intercompoc/MainActivity.java
- Replace the values
"xxxxxxxxxxxxxxxxxxxxxxxxx"
and"xxxxx"
with your app id and api key from intercom.io - Run application with $
react-native run-android
- Thank you to Tiny Creative and his open source react-native-intercom support. This is merely a proof of concept, all leg work and credit goes to Tiny Creative and the work he/she has done
- https://github.com/tinycreative/react-native-intercom
MIT