Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch rn-sliding-up-panel@2.4.5 for the project I'm working on.
I noticed there's no way to disable the backdrop click event while still showing it, so the fix that worked for me was adding a new boolean prop that determines if the backdrop should be allowed to hide the panel, with its default value being true to allow for backward compatibility.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
rn-sliding-up-panel@2.4.5
for the project I'm working on.I noticed there's no way to disable the backdrop click event while still showing it, so the fix that worked for me was adding a new boolean prop that determines if the backdrop should be allowed to hide the panel, with its default value being
true
to allow for backward compatibility.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.