Alex Mendes

Results 3 comments of Alex Mendes

Invoking the method `setRequestMetadataKey` from `RNBranch.branch` instead of the `RNBranch` worked for me ``` - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options { [RNBranch.branch setRequestMetadataKey:@"$deep_link_url" value:url.absoluteString]; // this line works now...

@GFean, how did you go about this error?

I'm still facing this issue on iOS Flipper 0.175.0 react-native: 0.70.5 macOS Monterey 12.6.1 *update to OSX 13 is not currently an option for me