Update website

This commit is contained in:
Christopher Chedeau 2015-03-26 06:43:45 -07:00
parent 6500ba7bfb
commit 8b8e9f906a
2 changed files with 4 additions and 4 deletions

View File

@ -19,13 +19,13 @@ var Site = React.createClass({
<head> <head>
<meta charSet="utf-8" /> <meta charSet="utf-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta httpEquiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>React Native | Build Native Apps Using React</title> <title>React Native | A framework for building native apps using React</title>
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta property="og:title" content="React Native | Build Native Apps Using React" /> <meta property="og:title" content="React Native | A framework for building native apps using React" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="http://facebook.github.io/react-native/index.html" /> <meta property="og:url" content="http://facebook.github.io/react-native/index.html" />
<meta property="og:image" content="http://facebook.github.io/react-native/img/opengraph.png?2" /> <meta property="og:image" content="http://facebook.github.io/react-native/img/opengraph.png?2" />
<meta property="og:description" content="Build Native Apps Using React" /> <meta property="og:description" content="A framework for building native apps using React" />
<link rel="shortcut icon" href="/react-native/img/favicon.png?2" /> <link rel="shortcut icon" href="/react-native/img/favicon.png?2" />
<link rel="stylesheet" href="/react-native/css/react-native.css" /> <link rel="stylesheet" href="/react-native/css/react-native.css" />

View File

@ -92,10 +92,10 @@ var components = [
'../Libraries/Image/Image.ios.js', '../Libraries/Image/Image.ios.js',
'../Libraries/CustomComponents/ListView/ListView.js', '../Libraries/CustomComponents/ListView/ListView.js',
'../Libraries/Components/MapView/MapView.js', '../Libraries/Components/MapView/MapView.js',
'../Libraries/CustomComponents/Navigator/Navigator.js',
'../Libraries/Components/Navigation/NavigatorIOS.ios.js', '../Libraries/Components/Navigation/NavigatorIOS.ios.js',
'../Libraries/Picker/PickerIOS.ios.js', '../Libraries/Picker/PickerIOS.ios.js',
'../Libraries/Components/ScrollView/ScrollView.js', '../Libraries/Components/ScrollView/ScrollView.js',
'../Libraries/CustomComponents/ReactNavigator/ReactNavigator.js',
'../Libraries/Components/SliderIOS/SliderIOS.js', '../Libraries/Components/SliderIOS/SliderIOS.js',
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js', '../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js', '../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',