Releases: react-native-web-community/react-native-web-webview
Releases · react-native-web-community/react-native-web-webview
Release list
v1.0.2
- Add back default export
- Fix support for more recent react-native-web version (thx @zhangshirly!)
- Fix Stylesheet error that could happen (thx @flyskywhy!)
v1.0.1
- [BC] Migrate to react-native-webview
Edit your imports and webpack config to fit with the new package imports (see README).
v0.2.9
- Add support for style prop (thx @sirpy!)
v0.2.6
v0.2.5
- Add support for
injectedJavaScript(thx @flyskywhy!)
v0.2.4
- Removed isTrusted check in onMessage (thx @adrianicv!)
v0.2.3
- Fix
Invariant Violation: "border" is not a valid style property(thx @piranna!)
v0.2.2
- Added
scrollEnabledsupport (thx @adrianicv!)
v0.2.1
- Added
titleandonLoadprops (thx @remon-georgy!)
v0.2.0
- Added support for giving name and features to the new window. See MDN for reference on features.