Skip to content

Conversation

naftalibeder
Copy link
Contributor

The call

[self startObserving];

is an empty inherited function, so the existing implementation does not restart the observer.

To call the local startObserving method in RNCGeolocation.mm, it needs an argument:

_[self_ startObserving:_observerOptions];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants