googlemaps / react-native-navigation-sdk

Apache License 2.0
20 stars 3 forks source link

Failed to call into JavaScript module method NavJavascriptBridge.onLocationChanged(). Module exists, but the method is undefined. #272

Open ziga-hvalec opened 1 week ago

ziga-hvalec commented 1 week ago

Started getting this error on 0.4.3.

Failed to call into JavaScript module method NavJavascriptBridge.onLocationChanged(). Module exists, but the method is undefined.

I wasn't yet able to reproduce this issue, so I can't give you more info yet. For now it seems to be an android only issue.

ziga-hvalec commented 4 days ago

Any update? Still happening on 0.6.0 and 0.6.1 We were able to reproduce this quite easily. Steps to reproduce

Seem to me that stopping and starting navigation causes the above error.

sometimes this one also gets triggered

Failed to call into JavaScript module method NavJavascriptBridge.onRawLocationChanged(). Module exists, but the method is undefined.
ArturoSalazarB16 commented 4 days ago

Hi @jokerttu @illuminati1911, can you please take a look?