maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

Clean up default style specification

Open ianthetechie opened this issue 2 years ago • 0 comments

Upstream on iOS falls back to the MapLibre demo tiles. However, Android will crash with a random exception.

The Android framework currently also has a place in the OfflineManager where a default is defined. I currently address the exception issue above by importing this in another module, which is a bit of a code smell. It seems like we should probably just extract this elsewhere.

ianthetechie avatar Dec 19 '22 08:12 ianthetechie