Skip to content

Commit 09233b8

Browse files
authored
docs(README): add note about iOS deep link handler ordering (#587)
1 parent d4813d8 commit 09233b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ The `AppDelegate.m` file can only have one method for `openUrl`. If you're also
178178
return NO;
179179
}
180180
```
181+
**NOTE:** Always ensure that the `RCTLinkingManager` condition is added as the last condition in your deep linking logic. If placed before `FBSDKApplicationDelegate` condition, it will intercept the Facebook SSO link, treating it as a standard deep link. This misconfiguration will break the Facebook Single Sign-On (SSO) functionality, leading to unexpected behavior in your app. Proper ordering is critical for seamless SSO integration..
181182

182183
### Troubleshooting
183184

0 commit comments

Comments
 (0)