React native 图片缓存怎么做?

#1

由于我使用了expo,所以无法使用一些第三方的组件如:

react-native-cached-image

虽然在expo的官方文档有看到这篇:preloading-and-caching-assets

里面的实现是靠Image.prefetch来实现的,没用过这个功能于是又去stackoverflow查了查,高票的回答是建议不要用Image.prefetch这个功能,官方的实现并不好。

有点蒙了