mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
32d4bb561b
Deploy website version based on f8a28cea41ebe1b3d4e59ff832a45e4b90eca1a3
15 lines
464 B
HTML
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>
|