Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Intercom React Native Expo Sandbox

Setup

Step 1: Install dependencies

# using npm
npm install

# OR using Yarn
yarn install

Step 2: Add your app id and api keys

Go to app.json and replace the appId, androidApiKey and iosApiKey under plugins. You can also change the intercomRegion to US, EU or AU. Check our docs for a detailed explanation about these fields here

"plugins": [
      [
        "@intercom/intercom-react-native",
        {
          "appId": "<app-id>",
          "androidApiKey": "<android-api-key>",
          "iosApiKey": "<ios-api-key>",
          "intercomRegion": "US"
        }
      ]
    ],

Step 3: Prebuild the app

# using npx
npx expo prebuild

# OR using Yarn
yarn expo prebuild

Step 4: Run pod install

Go to the ios folder and run pod install

npx pod install

Step 5: Run the app

For Android

# using npm
npx expo run:android

# OR using Yarn
yarn expo run:android

For iOS

# using npm
npx expo run:ios

# OR using Yarn
yarn expo run:ios
Morty Proxy This is a proxified and sanitized view of the page, visit original site.