|
@@ -75,6 +75,7 @@ RCT_EXPORT_VIEW_PROPERTY(applicationNameForUserAgent, NSString)
|
75
|
75
|
RCT_EXPORT_VIEW_PROPERTY(cacheEnabled, BOOL)
|
76
|
76
|
RCT_EXPORT_VIEW_PROPERTY(allowsLinkPreview, BOOL)
|
77
|
77
|
RCT_EXPORT_VIEW_PROPERTY(allowingReadAccessToURL, NSString)
|
|
78
|
+RCT_EXPORT_VIEW_PROPERTY(basicAuthCredential, NSDictionary)
|
78
|
79
|
|
79
|
80
|
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000 /* __IPHONE_11_0 */
|
80
|
81
|
RCT_EXPORT_VIEW_PROPERTY(contentInsetAdjustmentBehavior, UIScrollViewContentInsetAdjustmentBehavior)
|