Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Compass frozen, not rotating (v10 + Android) #2614

Closed
jfaq89 opened this issue Feb 16, 2023 · 3 comments
Closed

[Bug]: Compass frozen, not rotating (v10 + Android) #2614

jfaq89 opened this issue Feb 16, 2023 · 3 comments

Comments

@jfaq89
Copy link

jfaq89 commented Feb 16, 2023

Mapbox Implementation

Mapbox

Mapbox Version

10

Platform

Android

@rnmapbox/maps version

10.0.0-beta.69

Standalone component to reproduce

import React from 'react';
import {
  MapView
} from '@rnmapbox/maps';

class BugReportExample extends React.Component {
  render() {
    return (
      <MapView compassEnabled style={{flex: 1}} />
    );
  }
}

Observed behavior and steps to reproduce

Compass is frozen no matter what I do.

Expected behavior

Rotate the map and see compass rotating accordingly

Notes / preliminary analysis

I did try the example App (see Video) and I got the same problem.

Additional links and references

device-2023-02-16-150347.mp4
@mfazekas
Copy link
Contributor

@jfaq89 how is it different than #2543 ?!

@mfazekas mfazekas closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2023
@jfaq89
Copy link
Author

jfaq89 commented Feb 16, 2023

There is no relation to the navigation as far as I see. I did try navigating away and back and that didn't fix the problem in my case. It could be that the symptom is the same but the cause is different.

@mfazekas
Copy link
Contributor

@jfaq89 I've checked and navigating away then back solved the issue.

image

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

No branches or pull requests

2 participants