mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
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:
committed by
Facebook Github Bot
parent
db40c28728
commit
e7085cd488
@@ -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>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user