Manol Donev

Results 8 comments of Manol Donev

Facing the same issue while integrating the vanilla JS version in a React app -- race condition triggered while running the React Testing Library / Jest tests.

@Firetrip does your scenario match the steps to reproduce above? If not -- can you elaborate on your scenario as it might be a different issue that leads to the...

Having the same problem -- Android should be able to open a full-screen modal dialog just like iOS does. Solutions that were proposed for react-navigation up to version 5 (see...

@msaelices Thanks for reaching out! Currently we are in the middle of 5.3 iteration and our backlog is pretty much set. I'm adding your feature request for extending the API...

Yup, we can do that but I would still remove the "old" way from our documentation / examples.

@MukaSchultze the default value of `isPassThroughParentEnabled` property is false so there must be some misunderstanding of the functionality that this property enables. `isPassThroughParentEnabled` is declared on LayoutBase (i.e. StackLayout, GridLayout,...

@MukaSchultze just noticed that there is a typo in the code snippet I sent to you in my last reply -- property should be `isPassThroughParentEnabled` and not `isPassthroughParentEnabled` (updated the...

@edusperoni I'd like to clarify again that if the property is set to false, we are not tampering with the hit-testing logic specific to each platform in any way --...