Symous
Symous
@saghul are you mean thhe js console logs in browser? my problem is that the browser works well (can see all the participants with web and app) but the mobile...
@saghul yes, same LAN, the laptops(Web user) and the mobile phones(App user) connect to the same Wi-Fi.
use `tcp` to replace `mqtt`, use `ssl` to replace `mqtts`, `new Mqtt.Client('ssl://domain.com:port')`
@eternalsky 感谢你的回复,事实上,在我发起issue之前,我就已经尝试了`fireEvent.animationEnd`的处理方式,然后我又参照你提供的链接又重新梳理测试了下,发现和我上面描述的是一样的问题,我相信这个问题并不是由于Fusion引起的,而是jest和react-testing-library的原因。 在我提问之前,我去Fusion源代码的Balloon等组件的测试用例试图找一些参考,但是发现你们官方也没有提供测试trigger行为引起的弹层气泡消失的用例。能否辛苦贵团队完善一下相关测试用例为我们其他开发者提供一下参考如何正确处理动画效果?因为作为Balloon组件来讲,气泡的出现和消失是它非常重要的一个测试项,谢谢!
@eternalsky 感谢你的指导,我参考了Animate组件的cypress测试用例,但是还是有点摸不到头脑无法完成测试。就像我上面说的,气泡的显示和隐藏式Balloon组件一个非常重要的测试特性,但是贵团队的组件库却没有包含相关测试用例,能否请贵团队先对我issue中提出的testing-library用例代码进行指正如何借助Animated组件的测试思路完成测试?麻烦了。
该问题目前没有明确的解决方案,如何重新打开issue?
@eternalsky 我已经尝试过了等待一段时间等各种方式,但是testing-library仍然捕获不到有动画效果时气泡的最终状态,现在完全没有解决头绪,只能在用例里强制把动画效果关掉,能不能提供一个测试demo给像我这样有需要的开发者参考?
@ecaepsey hello, friend, have you find the reason and solve this?
@ricardodolnl Hi, friend, I have exclude react-native-svg, but it still report error in Android Studio: `com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'fill' of a view managed by: RNSVGGroup` Do you have...
@7ABin 你好,解决了吗?