Florin Leu

Results 3 comments of Florin Leu

I'm having almost the same issue on iOS 14: the initialLink is null when running the application in release mode is the app is closed and launched by tapping on...

Solved it by adding to AppDelegate.m: #import - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options { return [[RNFBDynamicLinksAppDelegateInterceptor sharedInstance] application:app openURL:url options:options]; } - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray *...

Hey guys. Do we have any updates on this?