-
Notifications
You must be signed in to change notification settings - Fork 696
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
Is access_token required for self-hosted maps? #979
Comments
Yes you always need an access token to work with our SDK |
Why? |
Having same problem here. The mapbox-gl-native has a PR merged which removes need of access token Is that not yet added in RNMapboxGL ? |
I saw the PR was merged into mapbox-gl-native |
emerson233
pushed a commit
to studyroz/react-native-mapbox-gl
that referenced
this issue
Apr 21, 2021
This exposes the `refresh` method for PointAnnotation components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I use self-hosted style and maps, but when i run Android app, i see the following error:
Using MapView requires setting a valid access token. Use Mapbox.getInstance(Context context, String accessToken) to provide one.
Is access_token always required? Or i'm doing something wrong?
iOS works fine
The text was updated successfully, but these errors were encountered: