You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vijay-mca If you are upgrading from a version earlier than 4.2.0, this is our "fault". We should have published a new major, because react-native-webview became a peer dependency (a dependency you must install by yourself).
Just npm install react-native-webview and you should be good to go.
Following the release of version 4.2.2, a new small pre-release is available with a few fixes backported from master.
To test this release, simply install the package with the next tag:
Please tell us how it works out for you! Don't forget to mention the exact version you're testing. Current latest
next
tag:And build status:
Enjoy!
EDIT If you are upgrading from a version lower than 4.2.0, you must install
react-native-webview
manually because it became a peer dependency.The text was updated successfully, but these errors were encountered: