Skip to content

Commit db30f10

Browse files
authored
Merge pull request #144 from sanjaypojo/patch-1
Add a troubleshooting note on using a valid uuid
2 parents 9c60e70 + 622bc32 commit db30f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ Since iOS 13, you'll have to report the incoming calls that wakes up your applic
667667
adb logcat *:S RNCallKeepModule:V
668668
```
669669

670+
## Troubleshooting
671+
- Ensure that you construct a valid `uuid` by importing the `uuid` library and running `uuid.v4()` as shown in the examples. If you don't do this and use a custom string, the incoming call screen will never be shown on iOS.
672+
670673
## Contributing
671674

672675
Any pull request, issue report and suggestion are highly welcome!

0 commit comments

Comments
 (0)