We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的RN是 0.37.0, react-native run-android 后报错 /Users/Ebates/Desktop/chamWork/ReactNative/Demo/ChildhoodFood/node_modules/react-native-http-cache/android/src/main/java/cn/reactnative/httpcache/HttpCacheModule.java:15: 错误: 程序包okhttp3不存在 import okhttp3.Cache; ^ /Users/Ebates/Desktop/chamWork/ReactNative/Demo/ChildhoodFood/node_modules/react-native-http-cache/android/src/main/java/cn/reactnative/httpcache/HttpCacheModule.java:38: 错误: 找不到符号 Cache cache = OkHttpClientProvider.getOkHttpClient().cache();
请大神看看
The text was updated successfully, but these errors were encountered:
作者说不支持 RN0.27+
Sorry, something went wrong.
No branches or pull requests
我的RN是 0.37.0, react-native run-android 后报错 /Users/Ebates/Desktop/chamWork/ReactNative/Demo/ChildhoodFood/node_modules/react-native-http-cache/android/src/main/java/cn/reactnative/httpcache/HttpCacheModule.java:15: 错误: 程序包okhttp3不存在
import okhttp3.Cache;
^
/Users/Ebates/Desktop/chamWork/ReactNative/Demo/ChildhoodFood/node_modules/react-native-http-cache/android/src/main/java/cn/reactnative/httpcache/HttpCacheModule.java:38: 错误: 找不到符号
Cache cache = OkHttpClientProvider.getOkHttpClient().cache();
请大神看看
The text was updated successfully, but these errors were encountered: