|
@@ -44,6 +44,7 @@ This document lays out the current public properties and methods for the React N
|
44
|
44
|
- [`scrollEnabled`](Reference.md#scrollenabled)
|
45
|
45
|
- [`directionalLockEnabled`](Reference.md#directionalLockEnabled)
|
46
|
46
|
- [`geolocationEnabled`](Reference.md#geolocationenabled)
|
|
47
|
+- [`allowFileAccessFromFileURLs`](Reference.md#allowFileAccessFromFileURLs)
|
47
|
48
|
- [`allowUniversalAccessFromFileURLs`](Reference.md#allowUniversalAccessFromFileURLs)
|
48
|
49
|
- [`allowingReadAccessToURL`](Reference.md#allowingReadAccessToURL)
|
49
|
50
|
- [`url`](Reference.md#url)
|
|
@@ -876,6 +877,16 @@ Set whether Geolocation is enabled in the `WebView`. The default value is `false
|
876
|
877
|
|
877
|
878
|
---
|
878
|
879
|
|
|
880
|
+### `allowFileAccessFromFileURLs`
|
|
881
|
+
|
|
882
|
+ Boolean that sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from other file scheme URLs. The default value is `false`.
|
|
883
|
+
|
|
884
|
+| Type | Required | Platform |
|
|
885
|
+| ---- | -------- | -------- |
|
|
886
|
+| bool | No | Android |
|
|
887
|
+
|
|
888
|
+---
|
|
889
|
+
|
879
|
890
|
### `allowUniversalAccessFromFileURLs`
|
880
|
891
|
|
881
|
892
|
Boolean that sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from any origin. Including accessing content from other file scheme URLs. The default value is `false`.
|