Skip to content

Commit 1e1065c

Browse files
endilieycharpeni
authored andcommitted
redirect for react-native android-setup (facebook#390)
1 parent 0bf41bf commit 1e1065c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=getting-started.html">
6+
<script type="text/javascript">
7+
window.location.href = 'getting-started.html';
8+
</script>
9+
<title>React Native · A framework for building native apps using React</title>
10+
</head>
11+
<body>
12+
If you are not redirected automatically, follow this <a href="getting-started.html">link</a>.
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)