Skip to content

Commit 0245fd7

Browse files
eliperkinsfacebook-github-bot
authored andcommitted
Add Follow us on Twitter link to new app screen (#24806)
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
1 parent 346417c commit 0245fd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Libraries/NewAppScreen/components/LearnMoreLinks.js

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ const links = [
5454
description:
5555
'Need more help? There are many other React Native developers who may have the answer.',
5656
},
57+
{
58+
title: 'Follow us on Twitter',
59+
link: 'https://twitter.com/reactnative',
60+
description:
61+
'Stay in touch with the community, join in on Q&As and more by following React Native on Twitter.',
62+
},
5763
];
5864

5965
const LinkList = () => (

0 commit comments

Comments
 (0)