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