Varun
Varun
Nice work @Assuner-Lee , I can confirm this works! I used it to swizzle: [MFMailComposeViewController canSendMail] Been looking for this for awhile!
@Tyler-Keith-Thompson it should NOT be inspecting the `destination` property of the `NavigationLink` when inspecting `ViewA`. Inspection/verification of `ViewA` content is meaningless if it ends up inspecting ALL views that can...
@Tyler-Keith-Thompson I agree that having a configurable recursion depth is bad, because it limits arbitrarily nested views. I would be happy having `find` skip over destinations of inactive `NavigationLink`s. Regardless,...
@nalexn Any thoughts on this? Consider the following scenario to understand why this bug is so pressing: Let's say I have the following views connected by `NavigationLink`s: A -> B...
I'm having this issue as well. I'm on Sketch 61.2
Another update: When I switch to using an older version of skpm/builder (`npm install @skpm/[email protected]`), and I have a trivial program in my my-command.js: ``` import sketch from 'sketch' export...