mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-11 07:04:02 +08:00
Fix code's string to be coherent with screenshot (#22)
This commit is contained in:
committed by
Mateusz Zatorski
parent
9983ced4ee
commit
7c1a95d7a9
@@ -47,7 +47,7 @@ class HomeScreen extends React.Component {
|
||||
title: 'Welcome',
|
||||
};
|
||||
render() {
|
||||
return <Text>Hello, World!</Text>;
|
||||
return <Text>Hello, Navigation!</Text>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user