我正在使用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版本