-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Hi!
This happens each time a new version of Expo is released, the react-native-webrtc config plugin gets a conflicting peer dependency. This time it's peer expo@"^53" from @config-plugins/[email protected] now that SDK 54 has been released.
I do not understand why it's not changed to something like
"peerDependencies": {
"expo": ">=53"
}
https://github.com/expo/config-plugins/tree/main/packages/react-native-webrtc
Could this either be changed to "expo": "^54" to resolve this new expo sdk, or changed to "expo": ">=53" to avoid this problem appearing again in the future.
Regards,
Berg
Config Plugin
@config-plugins/react-native-webrtc
What platform(s) does this occur on?
Android, iOS
SDK Version
54
Reproducible demo
None needed, just see https://github.com/expo/config-plugins/blob/main/packages/react-native-webrtc/package.json where it has peerDependency expo 53
kalwinskidawid, cinques and sethwebster
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working