haofeng123
haofeng123
i can't find onRequestClose
import UserAgent from 'react-native-user-agent'; UserAgent.getUserAgent(); render() { var url = 'http://qun.hk/'; return ( {console.warn(event.nativeEvent.data);}} onMessage={this.onMessage} onNavigationStateChange={(e)=>this.onNavigationStateChange(e)} /> ); }
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2019-03-13 10:16:09.124214+0800 nwhhapp[25923:111182] Require cycle: node_modules/react-native-af-video-player/components/index.js -> node_modules/react-native-af-video-player/components/ControlBar.js -> node_modules/react-native-af-video-player/components/index.js
// 项目启动时,注册微信信息 Sns.snsSocial.registerApp({ 'wechart': 'wx8b5b960fc0311f3e', 'weibo': '2409464355', // 'qq': '101008107', },{ 'weibo': null, }, 'testing'); AppRegistry.registerComponent(appName, () => App); 我隐藏qq那行,ios可以跑,但安卓跑不了 我不隐藏qq那行,ios不可以跑,但安卓可以跑了
在AppDelegate头部导入了 #import "EVNAliManager.h" #import "EVNWeiboManager.h" #import "EVNWXManager.h" #import "EVNQQManager.h" 然后报.h文件 file not found