Kevyn Arnott

Results 9 comments of Kevyn Arnott

Yep! Working on updating the algorithm and adding proper documentation.

@macintoshhelper @nahiyankhan Sorry for the long delay, I no longer work at Lyft, so I'm not sure who will take over the responsibility of this repo. This may become inactive....

Totally! I agree. I'm planning on maintaining that fork going forward, and I'd love contributions on that repo.

Ah yeah, there's a little trick here. The width & height are intended to be set in the constraint. I should do a better job calling that in the documentation....

Wow, this is toughy. I'm familiar with the error in your screenshot. That's typically from the layout engine trying to access a layer that doesn't have a constraint declared, similar...

Ok, I think I've isolated the problem. Jordan's module is calling the changeinputvalue function from events in the iOS Keyboard. I'm not 100%, but it feels like the event has...

I'll need to look into this closer, but I believe dynamic layout for some reason is touching the text layer, and it's accessing a prop of an undefined object constraints....

Currently, Framer doesn't expose any image data from the import, so I'd have to do image sampling to figure that out. I'd like to add this in in the future....

Thanks! 👍 These are great tips!