Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Oct 15, 2017
1 parent c56bc3b commit 85cdbed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ See [RN's doc](https://facebook.github.io/react-native/docs/webview.html).

Supported props are:
- source
- uri
- uri with POST header (this opens a new window)
- html
- onMessage

Additional props are:
- `newWindow`: this will open the source in a new window. Useful when your target has X-Frame-Options or a no-CORS policy.
- `newWindow`: this will open the source in a new window.
Useful when your target has X-Frame-Options or a no-CORS policy.
It currently only supports a `source` prop with a `method` set to `POST`.
Please feel free to do a PR to support more request types!

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

0 comments on commit 85cdbed

Please sign in to comment.