Tayfun Mavzer

Results 1 comments of Tayfun Mavzer

This worked for us. `UIWindowSceneDelegate`: ``` func scene(_ scene: UIScene, openURLContexts URLContexts: Set) { URLContexts.forEach({ context in RCTLinkingManager.application(UIApplication.shared, open: context.url) }) } ```