-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency react-native-webview to v13.15.0 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis PR updates the react-native-webview dependency from v13.12.5 to v13.13.2. This update includes bug fixes for iOS and Android, and adds support for React Native 0.77. Sequence diagram for WebView message handling improvementssequenceDiagram
participant App
participant WebView
participant NativeModule
Note over App,NativeModule: Fixed onMessage callback URL
App->>WebView: Send message
WebView->>NativeModule: Process message
NativeModule-->>App: onMessage callback with correct URL
Sequence diagram for iOS navigation state handlingsequenceDiagram
participant App
participant WebView
Note over App,WebView: Fixed canGoForward value
App->>WebView: Check navigation state
WebView-->>App: Return correct canGoForward value
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
0e4e6e8
to
9a6f90d
Compare
a4e1254
to
087a4ea
Compare
087a4ea
to
d41cd7d
Compare
5c913b6
to
b47f06c
Compare
b47f06c
to
bbbe77f
Compare
bbbe77f
to
4897f5a
Compare
This PR contains the following updates:
13.12.5
->13.15.0
Release Notes
react-native-webview/react-native-webview (react-native-webview)
v13.15.0
Compare Source
Features
v13.14.2
Compare Source
Bug Fixes
v13.14.1
Compare Source
Bug Fixes
v13.14.0
Compare Source
Features
v13.13.5
Compare Source
Bug Fixes
v13.13.4
Compare Source
Bug Fixes
v13.13.3
Compare Source
Bug Fixes
v13.13.2
Compare Source
Bug Fixes
v13.13.1
Compare Source
Bug Fixes
v13.13.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.