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
转自:RN 0.43 不支持 · Issue #16 · reactnativecn/react-native-http-cache · GitHub