luigbren
luigbren
Any other solution? I also have this problem. ```Error: No field Companion of type Lokhttp3/MediaType$Companion; in class Lokhttp3/MediaType; or its superclasses (declaration of 'okhttp3.MediaType'...``` I added this line of code...
> > The solution would be to force using the same version. Add the following before `dependencies` declaration in `app/build.gradle`. > > ``` > > configurations.all { > > resolutionStrategy.force...
 Hi, I have the same error when executing the component, if I remove the .bind (onEmoticonPress = {this._onEmoticonPress(this)}) when executing the component it gives me another error ... 
hello, I spent many hours trying to make it work on iOS and nothing, until I got it to work, I read that it was a problem with the group.name,...
Calling bridge.imageLoader is deprecated and will not work in newer versions of RN. Please update to the moduleForClass API or turboModuleRegistry API. Problem in iOS.. please!!! any help???
surfing the internet I found a way to make it work in iOS... 1. Edit file **RNPhotoView.m** in node_modules/react-native-photo-view/ios/RNPhotoView.m 2. Find `[_bridge.imageLoader loadImageWithURLRequest:request` 3. Replace by `[[_bridge moduleForName:@"ImageLoader" lazilyLoadIfNecessary:YES] loadImageWithURLRequest:request`...
> If add a setTimeout before render, the video displayed > > ```js > export const RemoteVideoView = (props: Props) => { > const { > mirror, > objectFit, >...
Saludos nuevamente amigo, una pregunta, las funciones rtmp en ios esta disponible? se puede hacer streaming desde ios? no entendi cuando me comentaste que: '_Además, la funcionalidad es limitada, Por...
> This is a known limitation of the WebRTC framework, it behaves that way by default. > > There is a way to change it, but it's a bit involved....