react-native-geolocation icon indicating copy to clipboard operation
react-native-geolocation copied to clipboard

new NativeEventEmitter() - watchPosition

Open elvissoftnife opened this issue 4 years ago • 4 comments

WARN new NativeEventEmitter() was called with a non-null argument without the required removeListeners method. Map@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:108424:23 RCTView View MapScreen App@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:108307:54 RCTView View RCTView View AppContainer@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:75604:36 mapasgoogle(RootComponent)@http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.mapasgoogle&modulesOnly=false&runModule=true:82460:28

elvissoftnife avatar Sep 09 '21 05:09 elvissoftnife

Same problem when updated my app to react-native v0.65.1 and it shows only in android

Jocodinan avatar Sep 22 '21 19:09 Jocodinan

same in Android only too

ryskin avatar Oct 20 '21 13:10 ryskin

Apparently this library is not been updated for a wile, so I had to move to this another library if it works for you: https://github.com/Agontuk/react-native-geolocation-service

Jocodinan avatar Oct 20 '21 15:10 Jocodinan

It appears that @michalchudziak just made a fairly significant update to this module (v3), so maybe he can add in the fix soon.

jplandry908 avatar Sep 19 '22 15:09 jplandry908

It should be fixed in the recent update https://github.com/michalchudziak/react-native-geolocation/issues/195

michalchudziak avatar Nov 07 '22 18:11 michalchudziak