Skip to content

Commit 944cca9

Browse files
Updated README.md with information about usage with expo
I added a chapter about usage with expo. This was previously not included in the documentation and I felt the need to add it in to make sure people safe some time.
1 parent 55263b2 commit 944cca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For more information about **ConnectionService** on Android, please see [Android
1515
- [Demo](#Demo)
1616
- [Installation](#Installation)
1717
- [Usage](#Usage)
18+
- [Expo](#Usage-with-Expo)
1819
- [Constants](#Constants)
1920
- [Android Self Managed](#Android-Self-Managed-Mode)
2021
- [API](#Api)
@@ -155,6 +156,10 @@ Alternative on iOS you can perform setup in `AppDelegate.m`. Doing this allows c
155156
156157
You can alternatively just call `setSettings()` with the same option as `setup()` to define only your settings.
157158
159+
# Usage with Expo
160+
161+
To use this library with Expo, you will need to create a development build. Expo does not support running native modules directly. For information on how to create and run a development build, visit: [Create a development build - Expo Documentation](https://docs.expo.dev/develop/development-builds/create-a-build/). You can use and test this library with a development build installed on your physical device (iOS and Android).
162+
158163
# Constants
159164
160165
To make passing the right integer into methods easier, there are constants that are exported from the module.
@@ -1108,6 +1113,7 @@ class RNCallKeepExample extends React.Component {
11081113
}
11091114
```
11101115

1116+
11111117
## Receiving a call when the application is not reachable.
11121118

11131119
In some case your application can be unreachable :

0 commit comments

Comments
 (0)