Skip to content

Commit 622bc32

Browse files
authored
Improve troubleshooting text to say uuid.v4()
1 parent 551dee9 commit 622bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ adb logcat *:S RNCallKeepModule:V
668668
```
669669

670670
## Troubleshooting
671-
- Ensure that you use a valid `uuid` using the uuid library as shown in the examples (not a custom string), otherwise the incoming call screen will never be shown on iOS.
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.
672672

673673
## Contributing
674674

0 commit comments

Comments
 (0)