Luis Taniça
Luis Taniça
### Problem `MediaConnection.close()` doesn't propagate the `close` event to the remote peer. ### Solution The proposed solution uses a similar approach to the `DataConnection`, where an aux data channel is...
**Describe the bug** Below is a snippet of the code, where I have a parent `Pressable` with the `group` class and then the children (in here just one for demo...
**Describe the bug** I was trying to apply a margin to only web, but when I used `web:ml-5` it didn't work. I've also noticed if I tried `ml-0 native:ml-5` I...
### Summary After following [this guide]() to get SVG support in Jest, it all seems to work fine when using: ``` preset: 'jest-expo', moduleNameMapper: { '\\.svg': '/__mocks__/svgMock.js', }, ``` However,...
### Description: When sharing your screen from an iOS (15.6) device, the `RTCView` that displays the stream locally shows a red screen. I've also noticed the same issue on a...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
Does this package work in React Native? I haven't seen any documentation indicating whether it does or not. There was a PR that indicated it should, but I haven't been...
Hi! I have this Expo app that needs to talk to random API servers that don't have a FQDN and use a self-signed certificate. All of them use the same...
AFAIK this project doesn't seem to be maintained anymore, so I created [expose-env](https://www.npmjs.com/package/expose-env) which aims at providing similar functionality to this package. Feel free to contribute to that project instead...
**Describe the bug** After upgrading from NativeWind v4.0.23 to v4.0.36 (latest), my Expo SDK 50 app stopped working on Web. Even if I remove all the markup and bring things...