Skip to content

Commit

Permalink
Add Follow us on Twitter link to new app screen (#24806)
Browse files Browse the repository at this point in the history
Summary:
This adds in a link to the reactnative Twitter handle so our users can follow along with the latest and greatest of React Native!

Related to #24760

[General] [Added] - Added link to reactnative Twitter handle to Learn More section
Pull Request resolved: #24806

Differential Revision: D15316771

Pulled By: cpojer

fbshipit-source-id: cd45f005cfbcbd277fadb48be8943d60f4386767
  • Loading branch information
eliperkins authored and facebook-github-bot committed May 13, 2019
1 parent 346417c commit 0245fd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Libraries/NewAppScreen/components/LearnMoreLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ const links = [
description:
'Need more help? There are many other React Native developers who may have the answer.',
},
{
title: 'Follow us on Twitter',
link: 'https://twitter.com/reactnative',
description:
'Stay in touch with the community, join in on Q&As and more by following React Native on Twitter.',
},
];

const LinkList = () => (
Expand Down

0 comments on commit 0245fd7

Please sign in to comment.