UNPKG

react-native-yt-player

Version:
21 lines (20 loc) 388 B
<html> <head> <style> body { padding: 0px; margin: 0px; background-color: black; display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; } </style> </head> <body> <div id="player"></div> <script src="./index.js" inline="inline"></script> </body> </html>