Skip to content

Commit 32fd445

Browse files
chore: running expo example
1 parent ecdcfd7 commit 32fd445

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ To run the example app on iOS:
4747
yarn example ios
4848
```
4949

50+
### Running the Expo Example
51+
52+
The project also includes an Expo example app in the `expo-example/` directory. To run the Expo example:
53+
54+
```sh
55+
yarn
56+
yarn prepare
57+
yarn expo-example android
58+
```
59+
5060
Make sure your code passes TypeScript and ESLint. Run the following to verify:
5161

5262
```sh
@@ -108,6 +118,8 @@ The `package.json` file contains various scripts for common tasks:
108118
- `yarn example start`: start the Metro server for the example app.
109119
- `yarn example android`: run the example app on Android.
110120
- `yarn example ios`: run the example app on iOS.
121+
- `yarn expo-example android`: run the Expo example app on Android.
122+
- `yarn expo-example ios`: run the Expo example app on iOS.
111123

112124
### Sending a pull request
113125

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,17 @@ Starting from Android 12, the incoming call notification UI will resemble the on
2626
- Full-screen incoming call notifications
2727
- Customizable notification options (icons, colors, sound, etc.)
2828
- Android 12+ call-style UI support
29+
- Expo support with configuration plugin
2930

3031
# Installation
32+
33+
For React Native projects:
3134
```sh
3235
npm install react-native-full-screen-notification-incoming-call
3336

3437
```
38+
39+
For Expo projects, this library includes a configuration plugin. See the [Expo section](#expo) below for setup instructions.
3540
### Compatibility
3641
Ensure you are using the appropriate version of this library for your React Native version:
3742

0 commit comments

Comments
 (0)