Fix code's string to be coherent with screenshot (#22)

This commit is contained in:
Antoine Lucas 2017-01-27 16:56:19 +01:00 committed by Mateusz Zatorski
parent 9983ced4ee
commit 7c1a95d7a9

View File

@ -47,7 +47,7 @@ class HomeScreen extends React.Component {
title: 'Welcome',
};
render() {
return <Text>Hello, World!</Text>;
return <Text>Hello, Navigation!</Text>;
}
}