Files
react-native/docs/android-setup.html
Sophie Alpert 7529d09f2e Revert "Deploy website"
This reverts commit 30b387cc5d.
2018-06-26 14:47:34 -07: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>