Description
The map displays a black frame instead of the expected map contents. It looks like the screenshot below - the same on simulator and device.
I know the V10 library is very much a work in progress, but my understanding is that it should at least display a map at this point, so I'm wondering if anybody else has had success with the example.
Reproduction
- Do a standard installation of
rnmapbox/maps with $RNMapboxMapsImpl = 'mapbox':
git clone git@github.com:rnmapbox/maps.git
cd maps && npm i
cd example && npm i
- Delete the existing
MapLibre Swift package, and add https://github.com/mapbox/mapbox-maps-ios.git as a new one.
- Launch the app on device or simulator.
- Navigate to the
V10 section and launch either of the options.
Expected behavior
The map should look like a ... map.
Actual behavior
The map looks like a flat black rectangle.
Screenshots

Versions (please complete the following information):
- Platform: iOS
- Platform OS: iOS 15.3.1
- Device: iPhone 12s
- Emulator/ Simulator: Simulator and device
- Dev OS: macOS 12.2 (21D49)
- @rnmapbox/maps Version: 10.0.0-beta.0
- React Native Version: 0.66.0
Other
Note that I was getting a Multiple commands produce... build error, which I was able to resolve by deleting one of the binary links - specifically the one at Build Phases > Link Binary With Libraries > MapboxMaps.
Description
The map displays a black frame instead of the expected map contents. It looks like the screenshot below - the same on simulator and device.
I know the V10 library is very much a work in progress, but my understanding is that it should at least display a map at this point, so I'm wondering if anybody else has had success with the example.
Reproduction
rnmapbox/mapswith$RNMapboxMapsImpl = 'mapbox':MapLibreSwift package, and addhttps://github.com/mapbox/mapbox-maps-ios.gitas a new one.V10section and launch either of the options.Expected behavior
The map should look like a ... map.
Actual behavior
The map looks like a flat black rectangle.
Screenshots

Versions (please complete the following information):
Other
Note that I was getting a
Multiple commands produce...build error, which I was able to resolve by deleting one of the binary links - specifically the one atBuild Phases > Link Binary With Libraries > MapboxMaps.