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).
3939
4040Supported props are:
4141- source
42- - uri
43- - uri with POST header (this opens a new window)
44- - html
4542- onMessage
4643
4744Additional 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!
4949
5050## Examples
5151See 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