k-vyn / framer-ios-kit

MIT License
520 stars 37 forks source link

conflicts with textlayer module #10

Open mamezito-zz opened 8 years ago

mamezito-zz commented 8 years ago

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

k-vyn commented 8 years ago

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.