framer-ios-kit icon indicating copy to clipboard operation
framer-ios-kit copied to clipboard

conflicts with textlayer module

Open mamezito-zz opened this issue 8 years ago • 1 comments

Hi , thanx for great module, have found conflict with https://github.com/awt2542/textLayer-for-Framer

sample here http://share.framerjs.com/2bkh9kqz2fgj/ click on field on bottom

mamezito-zz avatar Aug 18 '16 12:08 mamezito-zz

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.

If you add t.constraints = {}, it'll work for the time being. Example: http://share.framerjs.com/4v1n4qv5gnnr/

Thank you for sharing! I'll try to figure out why this is happening.

k-vyn avatar Aug 18 '16 15:08 k-vyn