We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe46b commit 111c958Copy full SHA for 111c958
AppCacheUtil.js
@@ -21,7 +21,7 @@ export default class AppCacheUtil{
21
/**
22
* 获取网络状态
23
*/
24
- static NetIsConnected(){//0:无网络,1:有网络
+ static networkIsConnected(){//0:无网络,1:有网络
25
if(Platform.OS === 'ios'){
26
if(RNNeteaseIm.getNetWorkStatus() === '1'){
27
return true;
0 commit comments