Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
114 changes: 0 additions & 114 deletions __mocks__/expo-video.tsx

This file was deleted.

1 change: 0 additions & 1 deletion config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const includeModules = [
'@react-native/assets',
'expo',
'expo-av',
'expo-video',
'expo-image-manipulator',
'expo-modules-core',
].join('|');
Expand Down
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@
"unhold",
"Unlaminated",
"Unmigrated",
"unmuting",
"unredacted",
"unscrollable",
"unsubmitted",
Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
"expo-image-manipulator": "^13.1.5",
"expo-modules-core": "3.0.18",
"expo-secure-store": "~14.2.4",
"expo-video": "^3.0.11",
"fast-equals": "^5.2.2",
"focus-trap-react": "^11.0.3",
"group-ib-fp": "file:modules/group-ib-fp",
Expand Down
26 changes: 26 additions & 0 deletions patches/expo-av/details.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# `expo-av` patches

### [expo-av+15.1.7+001+fix-blank-screen-android.patch](expo-av+15.1.7+001+fix-blank-screen-android.patch)

- Reason:

```
This patch fixes blank modal after fullscreen video ends on Android.
```

- Upstream PR/issue: The maintainer of the upstream lib isn't willing to accept fix for the lib because it's going to be replaced by another lib `expo-video`, see comment https://github.com/expo/expo/issues/19039#issuecomment-2688369708
- E/App issue: https://github.com/Expensify/App/issues/53904
- PR introducing patch: https://github.com/Expensify/App/pull/56302


### [expo-av+15.1.7+002+handle-unsupported-videos-ios.patch](expo-av+15.1.7+002+handle-unsupported-videos-ios.patch)

- Reason:

```
This patch handles unsupported videos in iOS.
```

- Upstream PR/issue: Probably same reason as the first patch.
- E/App issue: https://github.com/Expensify/App/issues/52673
- PR introducing patch: https://github.com/Expensify/App/pull/57353
Loading
Loading