11 lines
217 B
HTML
11 lines
217 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>React Native</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>React Native packager is running.</p>
|
||
|
<p><a href="http://facebook.github.io/react-native/">Visit documentation</a></p>
|
||
|
</body>
|
||
|
</html>
|