import { StyleImport } from '@rnmapbox/maps';
StyleImport
Use StyleImport to set configuration options on the new standard style. V11 only.
string
required id of the style import (eg. basemap)
boolean
required existing is now always required as true
type Config = {
[object Object]: string; /* FIX ME NO DESCRIPTION */
}
required config is a dictionary of configuration options for the style import.