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

chore: move sample to expo #3880

Merged
merged 25 commits into from
Jun 20, 2024

Conversation

freeboub
Copy link
Collaborator

@freeboub freeboub commented Jun 6, 2024

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

freeboub and others added 20 commits May 5, 2024 21:06
…ideo

# Conflicts:
#	android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
#	src/Video.tsx
…fix/avoidVideoResizingFlickering

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug-report.yml
@freeboub freeboub linked an issue Jun 7, 2024 that may be closed by this pull request
Copy link
Collaborator

@KrzysztofMoch KrzysztofMoch left a 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 Show resolved Hide resolved
@@ -14,6 +14,7 @@
},
"dependencies": {
"@react-native-picker/picker": "2.7.5",
"expo": "^51.0.0",
Copy link
Collaborator

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)

expo@51.0.10 - expected version: ~51.0.11
react-native@0.74.1 - expected version: 0.74.2
@babel/core@7.23.3 - expected version: ^7.24.0
@types/react@18.2.47 - expected version: ~18.2.79
typescript@5.0.4 - expected version: ~5.3.3

@KrzysztofMoch KrzysztofMoch changed the title Chore/move sample to expo chore: move sample to expo Jun 10, 2024
freeboub and others added 4 commits June 14, 2024 10:39
@KrzysztofMoch
Copy link
Collaborator

@freeboub, can we merge this ?

@freeboub
Copy link
Collaborator Author

@KrzysztofMoch yhere is an issue with local asset I would like to fix (and document) before merging ...

@freeboub
Copy link
Collaborator Author

I just retest the branch and it works fine 🤔 So it is OK for merging !

@freeboub
Copy link
Collaborator Author

@KrzysztofMoch The crash I found shall be fixed by: #3915 ...

@KrzysztofMoch
Copy link
Collaborator

I will merge this as PR with crash fix is merged and CI is passing

@KrzysztofMoch KrzysztofMoch merged commit c1c7a05 into TheWidlarzGroup:master Jun 20, 2024
5 checks passed
@YangJonghun
Copy link
Collaborator

@freeboub @KrzysztofMoch
basic example doesn't work API 33 Emulator🤔
(Should clear the cache with ./gradlew clean to make it reproducible.)

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.

Expo support with react-native-video
3 participants