mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user