pbouilliez

Results 1 comments of pbouilliez

Have you already tried to add this code in your `AppDelegate.m` (source: https://reactnative.dev/docs/linking#enabling-deep-links)? ``` // iOS 9.x or newer #import - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options { return [RCTLinkingManager...