Ras
Ras
Currently there is issue when `play()` method getting called but animation is not loaded yet. Especially for local `.lottie` files, ``` swift // AnimationViewInitializers DotLottieFile.named(name, bundle: bundle, dotLottieCache: dotLottieCache) {...
@eharrison @calda
Is there way to pass `Argument Passed On Launch` via `ios_unit_test` same way as `env`? e.g. pass `"-parameter value"` or `"-AppleLanguages (es)"`
@brentleyjones Thanks for quick reply! For `bazel test` I can do this `args = ["--command_line_args=-AppleLanguages,(es)"],` and it picks it up.
Any chance for review & merge this? I am using it from fork, but now there are 3 different unmerged PRs combined, and getting difficult to manage.. So to confirm...
@timburks @leisurehound Sorry for sudden late message, I just noticed this when updating from release version to main branch, and it broke some of my code. I am writing regarding...
> @rasberik, could you file an issue and ideally also provide a sample project that reproduces the issue? @calda Thanks, I prepared a PR here: https://github.com/airbnb/lottie-ios/pull/1802 We can continue the...
@calda Will this be enough as reproduction evidence? https://github.com/rasberik/lottie-ios/pull/1/files
@calda I separated tests and added to https://github.com/airbnb/lottie-ios/pull/1802