Fixed missing layout shadows on iOS
Really I just added 1 line of code. The rest of it is just auto-formatting.
Hi @alexziskind1 thanks a lot for finding time to help me out with this plugin.
Would you mind saying what's the benefit of explicitly switching off clipToBounds?
I'm already doing that for ios.layer.maskToBounds which is equivalent to ios.layer.clipsToBounds (plural clips).
Was under the impression that clipToBounds was simply Nativescript exposing the native property.
Cheers
Hi @berardo . I've tried it without having the clipsToBounds and it simply wasn't working. The only way I was able to get it to work was by using this property. I've also seen the same issue with some other folks on here. It may be that this property is not properly surfaced in the NativeScript view life-cycle, but this provides a functioning workaround.