Releases: react-native-web-community/react-native-web-webview
Releases · react-native-web-community/react-native-web-webview
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
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
v0.2.2
- Added
scrollEnabled
support (thx @adrianicv!)
v0.2.1
- Added
title
andonLoad
props (thx @remon-georgy!)