Bayram Arif

Results 39 comments of Bayram Arif

Is this feature working with the current versions of RNGH and Reanimated ?

Could not make it work with the latest versions of Scresns, Reanimated and GH

> * Hi @Bayramito, please check the version change log that you are using. Is that 3.9.0? As per 3.9.0, I see [Add screen transition animation #5274](https://github.com/software-mansion/react-native-reanimated/pull/5274) has been added...

Well I just spot my issue. I was importing the `createNativeStackNavigator` from `@react-navigation` instead of `react-native-screens`. But now i got this error ![simulator_screenshot_932DD1AE-12DC-49BA-94CC-66D7BC0D78C1](https://github.com/software-mansion/react-native-reanimated/assets/44513402/716cb192-342c-4740-a6da-090abc93bc42)

set assetRepresentationMode: "current" in options

> What you are experiencing is typical for restrictive networks. Try using a STUN server and then also adding a TURN server for relaying. Make sure both of them are...

> Do you see ICE connection states changing to disconnected or failed? Are you doing trickle-ice or waiting for all ICE candidates before negotiating your SDPs? Hi saghul, This is...

> > pusher.trigger("ice-candidate", { > > data: { > > calleeId: this.callee.id.toString(), > > rtcMessage: { > > iceCandidate: event.candidate, > > }, > > }, > > }); >...

> That looks alright. I think technically you can add ice candidsates before the remote description, but it shouldn't be a problem. > > What events do you get in...