We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e53949 commit 8834c5fCopy full SHA for 8834c5f
ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m
@@ -128,7 +128,7 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
128
@"alertView" : @(PSPDFLinkActionAlertView),
129
@"openSafari" : @(PSPDFLinkActionOpenSafari),
130
@"inlineBrowser" : @(PSPDFLinkActionInlineBrowser),
131
- @"browserLegacy" : @(PSPDFLinkActionInlineBrowserLegacy)}),
+ @"InlineWebViewController" : @(PSPDFLinkActionInlineWebViewController)}),
132
PSPDFLinkActionNone,
133
unsignedIntegerValue)
134
0 commit comments