Results 17 comments of

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中显示如下图片的代码: ![image](https://user-images.githubusercontent.com/4001793/143720174-03b1018f-db7b-4633-8047-b63fc0a8b5c9.png) 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...

> 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