Skip to content

Commit

Permalink
docs(react-native): remove outdated troubleshooting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Jun 27, 2024
1 parent c5c8bfa commit 55e3382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 99 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!-- vale off -->
import NotifeeWorkaround from "./NotifeeWorkaround"
import EventTargetShimWorkaround from "./EventTargetShimWorkaround"

### Troubleshooting

#### Error: Super expression must either be null or a function

<EventTargetShimWorkaround isExpo={props.isExpo} />
This was a [known issue](https://github.com/react-native-webrtc/react-native-webrtc/issues/1503) in `@stream-io/react-native-webrtc` library.

**Reference**: https://github.com/react-native-webrtc/react-native-webrtc/issues/1503
It has been fixed on version `118.1.0` of the `@stream-io/react-native-webrtc` library.

#### Android Only Error: Could not find any matches for app.notifee:core:+ as no versions of app.notifee:core are available.

Expand All @@ -18,6 +17,6 @@ import EventTargetShimWorkaround from "./EventTargetShimWorkaround"

#### Android Only Error: One of receiver_exported or receiver_not_exported

This occurs due to having `targetSdk 34` in Android. This is a [known issue in `react-native-incall-manager`](https://github.com/react-native-webrtc/react-native-incall-manager/issues/235) library. You can temporarily workaround this by downgrading your `targetSdk` to `33` until this issue is resolved.
This was a [known issue](https://github.com/react-native-webrtc/react-native-incall-manager/issues/235) in `react-native-incall-manager` library.

**Reference**: https://github.com/GetStream/stream-video-js/issues/1263
It has been fixed on version `4.2.0` of the `react-native-incall-manager` library.

0 comments on commit 55e3382

Please sign in to comment.