Mapbox React Native 无法加载样式

Mapbox react native can't load styles

我正在尝试向我的 iOS 应用添加 Mapbox 地图,但我只看到黑屏; xCode 输出 [ERROR] {Map} [Setup]: loading style failed: no such file or directory 我已经尝试了所有这些:

styleURL={'asset://styles/dark-v8.json'}
styleURL={'asset://styles/emerald-v8.json'}
styleURL={'asset://styles/light-v8.json'}

样式应该在哪里?我想我忘了在我的项目中添加一些东西...

从最新版本开始,样式不再与框架本地捆绑在一起。尝试像 mapbox://styles/mapbox/dark-v8.json 这样的东西(对于 Mapbox 托管的样式,它是 mapbox://styles/<user>/<style>)。