Dimitris Greasidis

Results 41 comments of Dimitris Greasidis

@mikehardy Any update on that. I am facing the exact same issue. The `messaging().onMessage()` is not triggered - on iOS device - when app in foreground - when notification is...

It may be related with [issue-272](https://github.com/michalchudziak/react-native-geolocation/issues/272). Check the last part of my [comment](https://github.com/michalchudziak/react-native-geolocation/issues/272#issuecomment-1725070414) in the previous issue.

Having the same issue in version `v2.1.0` on Android only (`"react-native": "0.68.2"`) The error seems similar: ``` { TIMEOUT: 3, POSITION_UNAVAILABLE: 2, PERMISSION_DENIED: 1, message: 'Location permission was not granted.',...

I didn't find a way to solve it in my case. I switched to that: [react-native-geolocation-service](https://github.com/Agontuk/react-native-geolocation-service), and it's working as expected for me.

I am having the same using while trying to test the app with Maestro. The `testID` is available in `iOS` but not in `Android`. I am guessing something is off....

Got it working with the following: ``` "react-native": "0.64.2", ``` but it was neccesery to build the `jitsi-meet` library myself, and update the `react-native` that `jitsi-meet` uses to `0.64.2`. The...

First you need a lib like this to consume the artifacts in a react-native application. If you want to build the lib yourself (which is the case), to consume your...

> > @instesti > > > Wiping the userId > > > > > > this mean we set `null` value to userID then send firebase? Like this: > >...