chore: release v6.4.4
This commit is contained in:
parent
b7d1cabf72
commit
736594ed23
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
|
||||
|
||||
* refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (b7d1cabf)
|
||||
* fix(ios): remove resume logic in notification seek closure (#4068) (c6ae17e4)
|
||||
* chore(doc): update document (props & method) (#4072) (cd41a1b2)
|
||||
* fix(android): build warnings (#4058) (899bb822)
|
||||
* infra: update feature request form (#4065) (6c03d0a7)
|
||||
* fix(ios): override source metadata with custom metadata (#4050) (38aa2b05)
|
||||
* fix(android): return the value as a float for the getCurrentPosition function (#4054) (af0302b1)
|
||||
* refactor(android): migrate ReactExoplayerViewManager to Kotlin (#4011) (74c6dd62)
|
||||
* fix(android): viewType is ignored when its value is ViewType.TEXTURE (#4031) (22cfd6ce)
|
||||
* fix(ios): metadata update race (#4033) (08a57a3b)
|
||||
* fix(ios): updated getLicense call to work with new syntax, and fixed spelling error (#4014) (#4042) (2348c5e4)
|
||||
|
||||
## [6.4.3](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.4.2...v6.4.3) (2024-07-24)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-video",
|
||||
"version": "6.4.3",
|
||||
"version": "6.4.4",
|
||||
"description": "A <Video /> element for react-native",
|
||||
"main": "lib/index",
|
||||
"source": "src/index",
|
||||
|
Loading…
Reference in New Issue
Block a user