-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
chore: move sample to expo #3880
chore: move sample to expo #3880
Conversation
…oplayerView code size
…ideo # Conflicts: # android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java # src/Video.tsx
…fix/avoidVideoResizingFlickering # Conflicts: # .github/ISSUE_TEMPLATE/bug-report.yml
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.
Tested, works well ✅ - left two small comments
examples/basic/package.json
Outdated
@@ -14,6 +14,7 @@ | |||
}, | |||
"dependencies": { | |||
"@react-native-picker/picker": "2.7.5", | |||
"expo": "^51.0.0", |
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.
Also I think we should update deps (as expo cli says)
[email protected] - expected version: ~51.0.11
[email protected] - expected version: 0.74.2
@babel/[email protected] - expected version: ^7.24.0
@types/[email protected] - expected version: ~18.2.79
[email protected] - expected version: ~5.3.3
…ideo into chore/moveSampleToExpo
Co-authored-by: Krzysztof Moch <[email protected]>
…tive-video into chore/moveSampleToExpo
@freeboub, can we merge this ? |
@KrzysztofMoch yhere is an issue with local asset I would like to fix (and document) before merging ... |
I just retest the branch and it works fine 🤔 So it is OK for merging ! |
@KrzysztofMoch The crash I found shall be fixed by: #3915 ... |
I will merge this as PR with crash fix is merged and CI is passing |
@freeboub @KrzysztofMoch |
Summary
move sample to expo
Motivation
now expo is the standard way to work with react native
Changes
Add expo support
Test plan
With sample