Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 582 Bytes

troubleshooting.md

File metadata and controls

15 lines (10 loc) · 582 Bytes

Troubleshooting

A black screen is showing instead of the map

Make sure you have a valid mapbox style url specified in your local .env file or have it commented out.

A grey screen and mapbox logo but map tiles are not loading

  • Open your emulator
  • Go to Settings on the right side of your phone emulator.
  • Click Advanced tab, and choose the OpenGL ES Renderer to SwiftShader.
  • Restart required, just restart your emulator.
  • Run React Native Android again.

Source