Skip to content

Releases: react-native-web-community/react-native-web-webview

v0.1.0

15 Oct 17:21
Compare
Choose a tag to compare
  • Fixed sending too many onMessage events (#2), thanks @piranna!
  • [BC] Added newWindow prop. Before, a POST request would always open a new window. Now, it only opens a new window if this prop is set to true.
  • Added support for every kind of requests when newWindow is set to false.
  • Added support for changing URI, method or body