react-native-maps来自状态的本地图像未显示

时间:2018-09-03 20:28:07

标签: google-maps react-native react-native-maps

我正在使用react-native-maps,并且试图在地图上使用图像叠加层。
这是来自用户本地图像资源(iOS上的照片应用程序)的图像,该资源使用Expo ImageManipulator API进行了旋转。 选择边界后,图像不会显示。

有人可以帮助我吗?

<Overlay
    image={this.state.photo.uri || this.state.photo.localUri}
    bounds={imageBoundaries}
/>

this.state.photo.uri解析为file:///var/mobile/Containers/Data/Application/...Library/Caches/ExponentExperienceData/.../ImagePicker/image.jpg
我正在使用Google Maps版本

0 个答案:

没有答案