Rakesh Merugu
Rakesh Merugu
# Why Fixes [#1569](https://github.com/react-native-webrtc/react-native-webrtc/issues/1567) # How `react-native-webrtc` already forcing to use the correct event-target-shim module [#1515](https://github.com/react-native-webrtc/react-native-webrtc/pull/1515). # Test When `event-target-shim` is requested by `react-native-webrtc`, Metro by default resolves `event-target-shim` relative...
# Why Hyperlinks are not working in type definitions. https://github.com/expo/expo/assets/101246871/9080d449-b6e6-4557-abb6-01dd83f98b48 # How Changed to absolute hyperlinks. # Test Plan Tested Locally.
# Why # How # Test Plan # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation...
**Bug description:** After focusing on any input field from an unfocused state, `react-native-webview` adds extra padding with same height of keyboard. When I focus on another field while keeping the...
### Minimal reproducible example https://github.com/mrakesh0608/expo-image-manipulator-crash-android-8 ### What platform(s) does this occur on? Android ### Where did you reproduce the issue? in a standalone app, in a development build ### Summary...
1. Removed mandatory key from sessionConstraints in docs, as the code directly reads from sessionConstraints, not from sessionConstraints.mandatory. 2. Align createOffer case as per web standard [w3 docs](https://www.w3.org/TR/webrtc/#dom-rtcofferoptions) 3. Added...
Please provide enough information so that others can review your pull request. **Motivation** fixes #12451 **Test plan** Tested locally