farfromrefuge
farfromrefuge
@teha-at could you test the 8.1.0 alpha version? (Look on npm) might be fixed there
@teha-at we have the fix. we need to merge and release (will be 8.1.0 which is alpha stage)
@rigor789 @jamescodesthings @teha-at i opened a PR on master https://github.com/NativeScript/NativeScript/pull/9548
@rigor789 t he PR has been released, right ?
Mostly working. Cant go much further within the core: * refactored Property classes big time to make it clearer and allow interactions with animations * fixed iOS issues with sping...
I think i am done for now: * kind of a huge refactor of `Property` classes and `Animation` * i think all tests are passing though some are not passing...
Actually think i can fix some of the iOS tests errors EDIT: actually locally i only have 5 test cases failing which do not seem related to my work (and...
@DimitrisRK you cant use `setClipToBounds` as it is a rect. It wont work with rounded corners. `setClipToOutline` is the way to go on api >21. @rigor789 what issue did you...
@CatchABus indeed this is why i am using clipping path (if i remember correctly)
@jtaina-onebyte what s your android runtime version? might be runtime related