demoker
demoker
A present B,然后在B的viewDidload中调用【show alert】相关方法,会出现show alert失败的状况;延迟0.3则会show success。
iOS原生与Weex页面使用同一种字体,会导致一些Weex Error打印, 猜测原因是:原生plist中会先注册一边,然后weex界面加载的时候会根据DomModule中原生提供的字体本地沙盒路径再次进行注册,字体显示是正常的,只是控制台会频繁打印error信息,影响性能 对于原生已经注册的字体,weex SDK里面应该作出相应的判断处理 Log info: [error]WXUtility.m:568, Unable to register font, but will unregister previous one and retry with new font file, { src = "file:///private/var/containers/Bundle/Application/E62577F7-C573-414A-89BE-513D9F017BAB/%E7%95%85%E5%90%AC%E6%9E%81%E9%80%9F%E7%89%88.app/Akrobat_kw_Regular.ttf"; localSrc = file:///private/var/containers/Bundle/Application/E62577F7-C573-414A-89BE-513D9F017BAB/%E7%95%85%E5%90%AC%E6%9E%81%E9%80%9F%E7%89%88.app/Akrobat_kw_Regular.ttf;...
希望博主可以增加自定义show动画
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...
ERROR Invariant Violation: requireNativeComponent: "CustomView" was not found in the UIManager. This error is located at: in CustomView (created by App) in RCTView (created by View) in View (created by...