FileCache cache1 = ImagePipelineFactory.getInstance().getMainDiskStorageCache(); FileCache cache2 = ImagePipelineFactory.getInstance().getSmallImageDiskStorageCache();
solution:
【L69】FileCache cache1 = ImagePipelineFactory.getInstance().getMainFileCache();
【L80】FileCache cache2 = ImagePipelineFactory.getInstance().getSmallImageFileCache();
https://github.com/reactnativecn/react-native-http-cache/issues/23
반응형
'Mobile > ReactNative' 카테고리의 다른 글
[Cordova] 코도바 하이브리드 앱 - Intro (0) | 2023.03.05 |
---|---|
[RN] react-native Async Storage (0) | 2019.06.12 |
[RN] React Native device info 사용하기 (0) | 2019.05.30 |
[RN] React-Native NetInfo 사용하기 (0) | 2019.05.29 |
[RN] React Native WebView Debugging (0) | 2019.05.28 |