Skip to content

Commit 20b3262

Browse files
committed
- Updated structure.
1 parent f507021 commit 20b3262

23 files changed

+5112
-12736
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# config-plugin-react-native-intercom
22

3+
Useful links:
4+
1. https://docs.expo.dev/modules/config-plugin-and-native-module-tutorial/
5+
2. https://github.com/expo/expo/tree/main/packages/expo-module-scripts
6+
7+
38
Intercom: [6.2.0](https://github.com/intercom/intercom-react-native/tree/6.2.0#installation)
49

510
Expo: 49.0.17

app.plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./build/withIntercom');
1+
module.exports = require('./plugin/build/withIntercom');

build/withIntercom.d.ts.map

-1
This file was deleted.

build/withIntercom.js

-14
This file was deleted.

build/withIntercom.js.map

-1
This file was deleted.

build/withIntercomAndroid.d.ts.map

-1
This file was deleted.

build/withIntercomAndroid.js.map

-1
This file was deleted.

build/withIntercomIOS.d.ts.map

-1
This file was deleted.

build/withIntercomIOS.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)