We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a2472 commit 257bbb5Copy full SHA for 257bbb5
1 file changed
website/core/HeaderLinks.js
@@ -16,6 +16,7 @@ var HeaderLinks = React.createClass({
16
{section: 'docs', href: '/react-native/docs/getting-started.html', text: 'Docs'},
17
{section: 'support', href: '/react-native/support.html', text: 'Support'},
18
{section: 'releases', href: 'https://github.com/facebook/react-native/releases', text: 'Releases'},
19
+ {section: 'newsletter', href: 'http://reactnative.cc', text: 'Newsletter'}
20
],
21
linksExternal: [
22
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},
0 commit comments