framer-ios-kit
framer-ios-kit copied to clipboard
conflicts with textlayer module
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
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.