Files
react-native/docs/android-setup.html
T
Website Deployment Script 8345e177b4 Deploy website
Deploy website version based on ce59c014aa
2018-05-30 16:37:11 +00:00

14 lines
476 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=getting-started.html">
<script type="text/javascript">
window.location.href = 'getting-started.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="getting-started.html">link</a>.
</body>
</html>