feat(deep-link): validate new intent URLs against configured deep links (#3186)

This commit is contained in:
Lucas Fernandes Nogueira
2026-03-02 10:33:21 -03:00
committed by GitHub
parent 2a6d4b42bb
commit 015e817cf2
2 changed files with 117 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"deep-link": patch
"deep-link-js": patch
---
Validate Android new intent is actually a deep link before triggering the onOpenUrl event.