-
-
Notifications
You must be signed in to change notification settings - Fork 3k
[New Arch] Android Fabric #3204
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
Open
yungblud
wants to merge
61
commits into
TheWidlarzGroup:master
Choose a base branch
from
react-native-yeouido:feature/newarch-android
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
0aceefb
feat: :zap: added gitignore
yungblud 649b2e9
feat: :zap: turn on newarch enabled on example app
yungblud 5c371bb
feat: :zap: setup example app new arch
yungblud 8782d7a
feat: :zap: setup android example app for fabric android
yungblud 6bd2489
feat: :zap: setup kotlin
yungblud d851d56
feat: :zap: migrate to fabric
yungblud ddcb252
refactor: js to ts
jiyong1 37c5a02
chore: update pacakge
jiyong1 43a8645
fabric support for js
jiyong1 8ba7950
feat: :zap: added gitignore
yungblud 68320b0
feat: modified seek, headers
yungblud 153186d
fix: fixed drm headers type android
yungblud 797f527
chore: modified type
yungblud ace7e55
feat: modified package json
yungblud 70afe83
refactor: remove legacy video js
yungblud dbec302
fix: fixed android fabric include isssue
yungblud 92448ba
feat: modified seek, headers
yungblud 5db9e7e
fix: fixed drm headers type android
yungblud 63f4131
refactor: refactored properties
yungblud 20842fb
feat: replaced null to map
yungblud f3948a5
feat: temporarily remove put array on event callback parameter (codeg…
yungblud dcee4ff
fix: fix selected props typo
jiyong1 b8b6f53
fix: add useExternalGetLicense field
yungblud 54f4fdc
feat: changed prop name
yungblud 310b4e2
fix: fixed drmType value
yungblud 80f56ca
fix: upgrade deprecated kotlin plugin
jiyong1 e53ad84
fix: add onDropViewInstance method
jiyong1 0df0282
fix: fixed endTime
yungblud 33e9144
feat: video seek param update
jiyong1 ebae8eb
feat: video seek event android
jiyong1 4ac3550
fix: fixed codegen types
yungblud 52c1527
feat: added finished
yungblud 80b61d7
feat: modified drmType, selected audio, text type oldarch
yungblud 781b9b6
fix: fixed finished
yungblud 894cce3
chore: added .npmignore on android
yungblud 3cfaf81
chore: modified npm files
yungblud 3ad51a6
chore: removed publishConfig
yungblud aac3350
Merge remote-tracking branch 'upstream/master' into feature/newarch-a…
yungblud dc1529a
feat: implemented Fabric android video event emitter
yungblud 95a3b4c
feat: modified handling props src header array for Fabric types
yungblud 06accdf
Merge branch 'master' into feature/newarch-android
yungblud 490b56a
fix: fixed typescript
yungblud 0b554b3
chore: removed unusing VideoView
yungblud fe890b5
chore: lint fix
yungblud 5cb06e5
chore: modified tsconfig.json
yungblud dbca3ec
chore: modified Podfile.lock
yungblud 72de90c
fix: fixed VideoEventEmitter with fabric
yungblud 9bfe250
feat: modified typescripts
yungblud f105bf5
feat: modified android events
yungblud 9945637
fix: synced build.gradle Fabric example
yungblud 03b0ab2
feat: modified react exo player android
yungblud 7863d9c
fix: fixed basic example metro.config.js
yungblud 61cb62e
fix: fixed VideoEventEmitter import class, metadata array
yungblud 58bf621
chore: modified tsconfig.json
yungblud b57185d
feat: implemented receiveCommand
yungblud 32eb9d2
feat: removed unnecessary VideoResizeMode.ts
yungblud b3a1857
refactor: refactored on timed metadata event
yungblud de4bfa6
chore: removed unnecessary import
yungblud 3f12e34
feat: modified codegen naming property of selected video track
yungblud a813592
feat: modified package.json main property
yungblud 52a56a0
Merge remote-tracking branch 'upstream/master' into feature/newarch-a…
yungblud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: js to ts
- Loading branch information
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
SRT: 'application/x-subrip', | ||
TTML: 'application/ttml+xml', | ||
VTT: 'text/vtt', | ||
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
contain: 'contain', | ||
cover: 'cover', | ||
stretch: 'stretch', | ||
}; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
there is a ResizeMode file which was already added ! this one can be removed
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.
Yep, agreed.
I've pushed the remove commit !
32eb9d2