Shayan

Results 4 issues of Shayan

## Which Version of Lottie are you using? Lottie 3.3.0 ## Expected Behavior Json file animation should be shown ## Actual Behavior No any animation ## Animation JSON `{"v":"5.5.0","fr":12.9019927978516,"ip":0,"op":64.9999637157302,"w":166,"h":166,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape...

I am animating circle and OnAppear block I am updating the current progress of the circle ``` public struct CountdownProgressCircle: View { @Binding public var progress: TimeInterval public var body:...

Made a change in swift package file to support any lint build with SPM

I am adding Reachability as a dependency in my Swift package. There is no documentation of how would I do that? There is this error `unknown package 'Reachability' in dependencies...