Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
73ff3a8
fix(android): onMessage exception on fallback path (#3741)
Kudo Mar 26, 2025
1ddfe70
chore(release): 13.13.5 [skip ci]
semantic-release-bot Mar 26, 2025
2b28b44
chore: correct spelling error in WebView documentation (#3771)
dongtony12 May 29, 2025
f66ecfd
chore: Update JSDOC for clearCache (#3748)
flodaniel May 29, 2025
159e207
chore: Improve domStorageEnabled documentation (#3769)
yenshirak May 29, 2025
6af6a83
feat(ios): Added support for scrollview indicatorStyle (#3743)
animaonline Jun 1, 2025
7ba2b4b
chore(release): 13.14.0 [skip ci]
semantic-release-bot Jun 1, 2025
823e6ae
fix: support react-native-codegen properly (#3777)
Titozzz Jun 2, 2025
87b2265
chore(release): 13.14.1 [skip ci]
semantic-release-bot Jun 2, 2025
5a73948
fix(android): suppressMenuItems native view config name with extra sp…
shwanton Jun 7, 2025
3b5d989
chore(release): 13.14.2 [skip ci]
semantic-release-bot Jun 7, 2025
4ea6d6b
feat(android): add support for enabling the Payment Request API (#227…
dmengelt Jun 8, 2025
94beed4
chore(release): 13.15.0 [skip ci]
semantic-release-bot Jun 8, 2025
56989ca
fix(android): revert #1221 setIgnoreErrFailedForThisURL (#3831)
coolsoftwaretyler Aug 25, 2025
8b96334
feat(android): Add sub resource SSL error handling on Android (#3834)
coolsoftwaretyler Aug 25, 2025
2ee4218
fix(ios): Inline CPP operator to avoid duplicate symbols during linki…
stigi Aug 25, 2025
dd6fb80
fix(types): Make `clearCache` method required instead of optional (#3…
alphatrl Aug 25, 2025
5bc526f
chore(release): 13.16.0 [skip ci]
semantic-release-bot Aug 25, 2025
946ee7d
fix(ios): prevent SIGABRT from nil NSString -> std::string conversion…
MODORIAPPS Feb 27, 2026
adef7c0
fix(CI): change CI to github actions
Titozzz Feb 27, 2026
1845ed6
fix(CI): try again
Titozzz Feb 27, 2026
4358c34
fix: release process
Titozzz Feb 27, 2026
f8459ec
fix: deployment
Titozzz Feb 27, 2026
b8cb373
fix: use BOT_PAT
Titozzz Feb 27, 2026
3bd6b86
fix: test Again for publish
Titozzz Feb 27, 2026
f087ea9
chore(release): 13.16.1 [skip ci]
semantic-release-bot Feb 27, 2026
b094f92
chore: tools update (#3931)
Titozzz Mar 4, 2026
8b50af5
chore: fix publish flow (semantic release needs node)
Titozzz Mar 4, 2026
321502e
Merge remote-tracking branch 'upstream/master' into chore/sync-remote…
gundomlegend Mar 6, 2026
e7e1af3
fix: lint error
gundomlegend Mar 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 15 additions & 58 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "react-native-webview",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand Down Expand Up @@ -46,139 +44,98 @@
"name": "Andrei Pfeiffer",
"avatar_url": "https://avatars1.githubusercontent.com/u/2570562?v=4",
"profile": "https://github.com/andreipfeiffer",
"contributions": [
"code",
"review",
"ideas"
]
"contributions": ["code", "review", "ideas"]
},
{
"login": "Salakar",
"name": "Michael Diarmid",
"avatar_url": "https://avatars0.githubusercontent.com/u/5347038?v=4",
"profile": "https://twitter.com/mikediarmid",
"contributions": [
"code",
"review",
"ideas",
"tool"
]
"contributions": ["code", "review", "ideas", "tool"]
},
{
"login": "smathson",
"name": "Scott Mathson",
"avatar_url": "https://avatars3.githubusercontent.com/u/932981?v=4",
"profile": "http://smathson.github.io",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
},
{
"login": "YangXiaomei",
"name": "Margaret",
"avatar_url": "https://avatars0.githubusercontent.com/u/8221990?v=4",
"profile": "https://github.com/YangXiaomei",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
},
{
"login": "jordansexton",
"name": "Jordan Sexton",
"avatar_url": "https://avatars2.githubusercontent.com/u/1173161?v=4",
"profile": "https://stylisted.com",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
},
{
"login": "MalcolmScruggs",
"name": "Malcolm Scruggs",
"avatar_url": "https://avatars1.githubusercontent.com/u/22333355?v=4",
"profile": "https://github.com/MalcolmScruggs",
"contributions": [
"code",
"tool",
"test"
]
"contributions": ["code", "tool", "test"]
},
{
"login": "Momazo7u7",
"name": "Momazo7u7",
"avatar_url": "https://avatars0.githubusercontent.com/u/42069617?v=4",
"profile": "https://github.com/Momazo7u7",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "marconett",
"name": "Marco",
"avatar_url": "https://avatars1.githubusercontent.com/u/3315507?v=4",
"profile": "https://marco-nett.de",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "jeluard",
"name": "Julien Eluard",
"avatar_url": "https://avatars1.githubusercontent.com/u/359723?v=4",
"profile": "https://github.com/jeluard",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "CubeSugar",
"name": "Jian Wei",
"avatar_url": "https://avatars3.githubusercontent.com/u/3667305?v=4",
"profile": "https://github.com/CubeSugar",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
},
{
"login": "svbutko",
"name": "Sergei Butko",
"avatar_url": "https://avatars2.githubusercontent.com/u/14828004?v=4",
"profile": "https://www.linkedin.com/in/svbutko/",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "TMomemt",
"name": "TMomemt",
"avatar_url": "https://avatars3.githubusercontent.com/u/42024947?v=4",
"profile": "https://github.com/TMomemt",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "ericlewis",
"name": "Eric Lewis",
"avatar_url": "https://avatars0.githubusercontent.com/u/674503?v=4",
"profile": "http://www.try.com",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
},
{
"login": "dvicory",
"name": "Daniel Vicory",
"avatar_url": "https://avatars2.githubusercontent.com/u/1542454?v=4",
"profile": "https://bzfx.net",
"contributions": [
"code",
"doc"
]
"contributions": ["code", "doc"]
}
],
"contributorsPerLine": 7
Expand Down
66 changes: 0 additions & 66 deletions .circleci/config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc.js

This file was deleted.

15 changes: 10 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Something is not working as expected
title: ''
labels: 'Type: bug report'
assignees: ''

---

<!---
Expand All @@ -14,29 +13,35 @@ Maintainers will be here to help/guide you if you have questions.
Please search in the opened issues before submitting a new one.
Issues with no activity for a long time will be closed.
--->

**Bug description:**

<!---
A clear and concise description of what the bug is.
--->

**To Reproduce:**

<!---
Here you should put a link to a repository with a reproduction of the bug
Please also describe the steps required for the bug to happen
--->

**Expected behavior:**

<!---
A clear and concise description of what you expected to happen.
--->

**Screenshots/Videos:**

<!---
If applicable, add screenshots to help explain your problem.
--->

**Environment:**
- OS:
- OS version:
- react-native version:
- react-native-webview version:

- OS:
- OS version:
- react-native version:
- react-native-webview version:
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: 'Type: feature request'
assignees: ''

---

<!---
Expand All @@ -14,17 +13,21 @@ Maintainers will be here to help/guide you if you have questions.
Please search in the opened issues before submitting a new one.
Issues with no activity for a long time will be closed.
--->

**Is your feature request related to a problem? If so, Please describe.**

<!---
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
--->

**Describe the solutions you came up with**

<!---
A clear and concise description of what you want to happen.
--->

**Additional context**

<!---
Add any other context about the feature request here.
--->
13 changes: 6 additions & 7 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/checkout@v6
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
node-version: 20
cache: 'yarn'
bun-version: 1.3.10
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Install npm dependencies
run: yarn --frozen-lockfile
- name: Install dependencies
run: bun install --frozen-lockfile
shell: bash
- name: Build Android test app
uses: gradle/gradle-build-action@v2
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/detox.yml

This file was deleted.

Loading
Loading