You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
nitaliano/react-native-mapbox-gl#65 exposes -[MGLMapView emptyMemoryCache] to React Native users. Should this method even be public? I see that it’s used in iosapp’s gear menu, as a way of simulating low memory conditions. However, it doesn’t seem to have a good use case beyond that, and it’s poorly named to boot.
Because this is public API, it needs to be deprecated before it can be removed. If it’s still useful in iosapp, then it should be redeclared via a category on MGLMapView and looked at askance.
nitaliano/react-native-mapbox-gl#65 exposes
-[MGLMapView emptyMemoryCache]
to React Native users. Should this method even be public? I see that it’s used in iosapp’s gear menu, as a way of simulating low memory conditions. However, it doesn’t seem to have a good use case beyond that, and it’s poorly named to boot./cc @bsudekum @incanus
The text was updated successfully, but these errors were encountered: