今天我决定在我的项目中更新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
开始失败。
任何想法有什么不对?
答案 0 :(得分:0)
您需要运行$results = $GLOBALS['wpdb']->get_results( 'SELECT * FROM wp_options
WHERE option_id = 1', OBJECT );
并覆盖
中的文件react-native upgrade