From 16fa20411f1bc29f274dad710a8acd0f091fc496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Moska=C5=82a?= <91079590+moskalakamil@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:15:18 +0100 Subject: [PATCH] docs: update useful projects list (#4337) --- docs/pages/projects.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/pages/projects.md b/docs/pages/projects.md index 60de5c2c..fdfde028 100644 --- a/docs/pages/projects.md +++ b/docs/pages/projects.md @@ -2,10 +2,11 @@ This page links other open source projects which can be useful for your player implementation.
If you have a project which can be useful for other users, feel free to open a PR to add it here. -## UI over react-native-video - - [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls): First reference player UI - - [react-native-media-console](https://github.com/criszz77/react-native-media-console): React-native-video-controls updated and rewritten in typescript - - [react-native-corner-video](https://github.com/Lg0gs/react-native-corner-video): A floating video player +## Our (TheWidlarzGroup) libraries +- [react-native-video-player](https://github.com/TheWidlarzGroup/react-native-video-player): Our video player UI library -## Other tools - - [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player): A toolbox to control player over media session +## Community libraries +- [react-native-corner-video](https://github.com/Lg0gs/react-native-corner-video): A floating video player +- [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player): A toolbox for audio playback +- [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls): Video player UI +- [react-native-media-console](https://github.com/criszz77/react-native-media-console): React-native-video-controls updated and rewritten in typescript