Andre Bahtiar Fauzi
Andre Bahtiar Fauzi
Have same problem, with your solution. you save my time 👍 💯 thank you so much
I also found that the example code does not work on iOS 18.3.1. Here are the logs from my iPhone: Logs ```log [RNCallKeep][startCall] uuidString = 1932b99c-4fe1-4bf4-897f-763bc4dc21c2 [RNCallKeep][requestTransaction] transaction = [RNCallKeep][requestTransaction]...
you can do this also ``` diff --git a/node_modules/react-native-webview/apple/RCTConvert+WKDataDetectorTypes.h b/node_modules/react-native-webview/apple/RCTConvert+WKDataDetectorTypes.h new file mode 100644 index 0000000..8ba640a +++ b/node_modules/react-native-webview/apple/RCTConvert+WKDataDetectorTypes.h @@ -0,0 +1,11 @@ +#import + +#import + +#if TARGET_OS_IPHONE +@interface RCTConvert...