Skip to content
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

fix(sample): update dependencies to fix local asset playback #4121

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

freeboub
Copy link
Collaborator

Summary

Fix playback of local assets broken since expo move in the sample

Motivation

Fix: #4120

Changes

Just upgrade sample dependencies (and upgrade expo in the same time)
The Root cause of the issue was due to react native windows version.
As described in the ticket @react-native/assets-registry was duplicated
One version from react native and one version for react native winwdows.
Fix react-native-windows version ensure the module is not downloaded twice

Test plan

Can be tested in the sample

@freeboub freeboub changed the title Chore/sample dependencies fix(sample): update dependencies to fix local asset playback Aug 29, 2024
ios/Video/RCTVideo.swift Outdated Show resolved Hide resolved
@freeboub freeboub merged commit 7a2b401 into master Sep 2, 2024
8 checks passed
@KrzysztofMoch KrzysztofMoch deleted the chore/sampleDependencies branch October 11, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Sample on expo cannot play local file
3 participants