Skip to content

Commit ad7e523

Browse files
authored
export app plugin for expo (#316)
1 parent 6303535 commit ad7e523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "9.0.0-beta.2",
3+
"version": "9.0.0-beta.3",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -25,6 +25,7 @@
2525
"default": "./lib/commonjs/index.js"
2626
}
2727
},
28+
"./app.plugin.js": "./app.plugin.js",
2829
"./package.json": "./package.json"
2930
},
3031
"files": [

0 commit comments

Comments
 (0)