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