Files
react-native/docs/building-for-apple-tv.html
T
Website Deployment Script 32d4bb561b Deploy website
Deploy website version based on f8a28cea41ebe1b3d4e59ff832a45e4b90eca1a3
2020-05-05 20:47:33 +00:00

15 lines
464 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=building-for-tv.html">
<script type="text/javascript">
window.location.href = 'building-for-tv.html';
</script>
<title>React Native · A framework for building native apps using React</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="building-for-tv.html">link</a>.
</body>
</html>