Change new app screen greeting (#24785)

Summary:
We're all friends here, right? 💗

Related to conversation in #24783: https://github.com/facebook/react-native/pull/24783#discussion_r282662623

We're just [making React run on phones](https://www.youtube.com/watch?v=xKu4kmVivFs&start=17&end=21), right?

[General] [Changed] - Updated new app greeting screen title 💗
Pull Request resolved: https://github.com/facebook/react-native/pull/24785

Differential Revision: D15286468

Pulled By: cpojer

fbshipit-source-id: eb73d1c870331f03766b237e9ccb3fa952463be0
This commit is contained in:
Eli Perkins
2019-05-09 15:47:40 -07:00
committed by Facebook Github Bot
parent db40c28728
commit e7085cd488

View File

@@ -20,7 +20,7 @@ const Header = () => (
source={require('./logo.png')}
style={styles.background}
imageStyle={styles.logo}>
<Text style={styles.text}>Welcome to React Native</Text>
<Text style={styles.text}>Welcome to React</Text>
</ImageBackground>
);