12 lines
781 B
Markdown
12 lines
781 B
Markdown
# Useful projects
|
|
This page links other open source projects which can be useful for your player implementation. <br>
|
|
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
|
|
|
|
## Other tools
|
|
- [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player): A toolbox to control player over media session
|