React Native升级到0.22.2会引发NetInfo错误

时间:2016-03-31 21:43:18

标签: react-native

今天我决定在我的项目中更新react-native包.​​..

npm install react-native@0.22.2

现在我在Android上遇到错误...

NetInfo.getCurrentConnectivity got 0 arguments, expected 2

这个简单的代码失败了......

NetInfo.isConnected.fetch().then(isConnected => {
  console.log('First, is ' + (isConnected ? 'online' : 'offline'));
});

这是我的build.gradle ......

compile 'com.facebook.react:react-native:0.20.1'

我试过了:

compile 'com.facebook.react:react-native:*'

react-native run-android开始失败。

任何想法有什么不对?

1 个答案:

答案 0 :(得分:0)

您需要运行$results = $GLOBALS['wpdb']->get_results( 'SELECT * FROM wp_options WHERE option_id = 1', OBJECT );

并覆盖

中的文件
react-native upgrade