Daniel Schlaug

Results 8 comments of Daniel Schlaug

Not sure if I'm seeing the same problem but I'm having a similar issue with a flat list where each item is taking an admittedly crazy huge props map (megabytes...

I don't have the time at the moment but why not just steal [facebooks](https://github.com/facebook/react-native/blob/3b6f6ca4d5fcee6f1bc6d6242e3e2ef136e4d546/ReactAndroid/src/main/java/com/facebook/react/views/image/ReactImageView.java#L269) [implementation](https://github.com/facebook/react-native/blob/8131b7bb7b4794e0e7003a6e3d34e1ebe4b8b9bc/Libraries/Image/RCTImageBlurUtils.m)

No worries, just thought I'd tell you before a lot of product owners start complaining about compile errors. Thanks for a great framework!

I'm not fully content with this fix. While it's sensible to only start transitions for changed styles transitions will still jerk if new style props are received while a transition...

Fixed the above for animations not using interpolation. Still exists in those that do.

The changes by @IhorSyerkov helped for me but compiling on Ventura was a bit of a pain. Updated the Makefile accordingly (now only requires you to `brew install wxwidgets`) and...

Don’t know if it’s still relevant with infer externs but there’s also [oops](https://github.com/binaryage/cljs-oops).

Just ran into this bug and we solved it by wrapping the enum in a wrapped message but I just noticed that an alternative workaround may be to use `[packed=false]`...