We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9228419 commit e6cdc9fCopy full SHA for e6cdc9f
2 files changed
.changes/deep-link-app-link-regression.md
@@ -0,0 +1,6 @@
1
+---
2
+deep-link: patch
3
+deep-link-js: patch
4
5
+
6
+Fix broken iOS custom URL schemes
plugins/deep-link/build.rs
@@ -139,7 +139,7 @@ fn main() {
139
let deep_link_domains = config
140
.mobile
141
.iter()
142
- .filter(|domain| domain.is_app_link())
+ .filter(|domain| !domain.is_app_link())
143
.collect::<Vec<_>>();
144
145
if deep_link_domains.is_empty() {
0 commit comments