File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ See [RN's doc](https://facebook.github.io/react-native/docs/webview.html).
39
39
40
40
Supported props are:
41
41
- source
42
- - uri
43
- - uri with POST header (this opens a new window)
44
- - html
45
42
- onMessage
46
43
47
44
Additional props are:
48
- - ` newWindow ` : this will open the source in a new window. Useful when your target has X-Frame-Options or a no-CORS policy.
45
+ - ` newWindow ` : this will open the source in a new window.
46
+ Useful when your target has X-Frame-Options or a no-CORS policy.
47
+ It currently only supports a ` source ` prop with a ` method ` set to ` POST ` .
48
+ Please feel free to do a PR to support more request types!
49
49
50
50
## Examples
51
51
See the [ storybook] ( https://react-native-web-community.github.io/react-native-web-webview/storybook ) .
You can’t perform that action at this time.
0 commit comments