-
-
Notifications
You must be signed in to change notification settings - Fork 858
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]: setConnected
is undefined
#2908
Comments
Lint failed 😭Please fix the errors in your code example - More info.:
|
We don't have setConnected implemented for v10/android. We could using OfflineSwitch class: https://docs.mapbox.com/android/maps/api/10.14.0/mapbox-maps-android/com.mapbox.common/-offline-switch/ ==== There is a changelog entry:
|
@mfazekas thanks for your reply. Do you have in your roadmap to implement it then? |
@mfazekas do you have any update on this problem? |
Valid bug, but not planned do to lack of resources. Closing as not planned. |
OMG, Then have to remove Mapbox offline from the project, RN offline mapbox no more use when its don't have this feature. As it alway create error, Mapbox will search through network for new tiles (online) when user zoom the offline map. we can declare RN Mapbox offline is not supported anymore. People who are trying mapbox offline feature don't waste time here, its no more supported as mentioned by @mfazekas |
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
Android
@rnmapbox/maps
version10.0.6
Standalone component to reproduce
Observed behavior and steps to reproduce
The following error appears:
undefined is not a function
Expected behavior
The function should run without the error.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: