nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

RCTMGLImageSource.m fixed to be working with local files iOS #1544

Closed gigby closed 5 years ago

gigby commented 5 years ago

RCTMGLImageSource.m fixed to be working with local files iOS. Now ImageSource is displaying only HTTP(HTTPS) URLs. But in docs it said that this component may work with absolute file URL, or local file URL to the source image. (link)

kristfal commented 5 years ago

Just to double check, this works on Android, right?

gigby commented 5 years ago

@kristfal Yes, it works on Android as described in docs. Urls like "Http / Https" or "file: //" on Android work correctly

kristfal commented 5 years ago

Ok, great. Merging. Thanks for your contribution @gigby!