gpt4 book ai didi

ios - React Native - 预期参数类型“RCTViewManagerUIBlock”

转载 作者:行者123 更新时间:2023-11-30 13:01:03 26 4
gpt4 key购买 nike

我们想使用react-native-sprite在我们的应用程序中对一些 png 序列进行动画处理。不幸的是,当我们想要构建应用程序时,我们遇到了以下错误:

无法将“(RCTUIManager!, [NSNumber : UIView]!) -> ()”类型的值转换为预期参数类型“RCTViewManagerUIBlock!”

以下代码引发错误:

// Let's start with some spaghetti to get a view!
self.bridge!.uiManager.addUIBlock { (uiManager: RCTUIManager!, viewRegistry:[NSNumber : UIView]!) in
let view: Sprite = viewRegistry[reactTag] as! Sprite;

// The first parameter is not named, but the second one requires a name. Whatever!
view.createSequence( nameWithPath, count:count, format:format, duration:duration );
}

我不太熟悉react-native Objective-c lib。

最佳答案

A fix现在在仓库中。希望这对您有用。

旁注:该组件是相当实验性的,边缘粗糙。如果您在生产中使用它,请对其进行全程测试。例如,较大的图像序列可能会导致旧手机中的应用程序加载缓慢或崩溃。

关于ios - React Native - 预期参数类型“RCTViewManagerUIBlock”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39901429/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com