We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303535 commit ad7e523Copy full SHA for ad7e523
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "9.0.0-beta.2",
+ "version": "9.0.0-beta.3",
4
"description": "React Native wrapper to bridge our iOS and Android SDK",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
@@ -25,6 +25,7 @@
25
"default": "./lib/commonjs/index.js"
26
}
27
},
28
+ "./app.plugin.js": "./app.plugin.js",
29
"./package.json": "./package.json"
30
31
"files": [
0 commit comments