美文网首页我爱编程
react-native-http-cache error

react-native-http-cache error

作者: _越努力_越幸运 | 来源:发表于2018-08-09 16:55 被阅读0次

ios: /node_modules/react-native-http-cache/ios/RCTHttpCache/RCTHttpCache.m 下做如下更改

#import "RCTImageLoader.h" -> #import "React/RCTImageLoader.h"

#import "RCTBridge.h" -> #import "React/RCTBridge.h"

android: /node_modules/react-native-http-cache/android/src/main/java/cn/reactnative/httpcache/HttpCacheModule.java 下做如下更改

getMainDiskStorageCache 替换为-> getMainFileCache

getSmallImageDiskStorageCache 替换为-> getSmallImageFileCache

参考自:https://www.fresco-cn.org/javadoc/reference/com/facebook/imagepipeline/core/ImagePipelineFactory.html

转自:RN 0.43 不支持 · Issue #16 · reactnativecn/react-native-http-cache · GitHub

相关文章

网友评论

    本文标题:react-native-http-cache error

    本文链接:https://www.haomeiwen.com/subject/ckscbftx.html