标
标
Now I did like this. It works well **so far**. ```` import SwiftyJSON extension JSON { func toString() -> String? { return self.rawString()?.replacingOccurrences(of: "\\s", with: "", options: String.CompareOptions.regularExpression, range: nil)...
And . If I try to display the demo image with pass in params with black and red to show this: 我还试了Demo中显示如下图片的代码:  but this is what result to: 但只得到了图中红色显示的图案。...
Found some bugs. Sorry
Fix the angle bug. Witch calculated time with error.
就这个,我找bug找了半天
Also, I have a workaround to overcome it. I use two round view one contains the other. ``` const Round2 = (props) => { return ( ); }; ``` It...
Any confirmation for this issue?
> If I publish it, the published_at date is set in the database and this is trigger the update event. If I unpublish it, the published_at is set null and...
你要不要给原库提个PR?目前2.9.1还有这个问题。我是把 `UIResponder+Reanimated` 改继承自 `NSObject` 修成功了。但原理上并不明白与你说的 `XRNManager : NSObject` 有什么区别 来自:https://github.com/software-mansion/react-native-reanimated/issues/2791#issuecomment-1004779673