react-native-yt-player
Version:
Youtube Player for React Native
21 lines (20 loc) • 388 B
HTML
<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>