Skip to content

Commit 85cdbed

Browse files
committed
Update README
1 parent c56bc3b commit 85cdbed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ See [RN's doc](https://facebook.github.io/react-native/docs/webview.html).
3939

4040
Supported props are:
4141
- source
42-
- uri
43-
- uri with POST header (this opens a new window)
44-
- html
4542
- onMessage
4643

4744
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!
4949

5050
## Examples
5151
See the [storybook](https://react-native-web-community.github.io/react-native-web-webview/storybook).

0 commit comments

Comments
 (0)