Tai Enrico
Tai Enrico
I was also having issues with building for C++ on Windows, but I think I figured out the root causes. First issue, the path to `LottieGen.Auto.targets` in the README is...
> Could usage be something like: > > ``` > float result = 0; > const auto res = std::from_chars(num.data(), num.data() + num.size(), result); > if (res.ec == std::errc::invalid_argument) {...
Yes, we are using version 10.5.0 of `intl-messageformat` as a dependency (not a dev-dependency). Everything works fine when we stop using ICU format altogether, so I do not think this...
There is no warning when debug is set to true in the console. It may be an issue with the JavaScript engine we are trying to use. I will sync...
My team is also running into this same issue. Are there any updates here?
Seems like this was fixed for Fabric architecture, but we could use a similar fix for Paper: https://github.com/software-mansion/react-native-svg/pull/2640