mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Fix code's string to be coherent with screenshot (#22)
This commit is contained in:
parent
9983ced4ee
commit
7c1a95d7a9
@ -47,7 +47,7 @@ class HomeScreen extends React.Component {
|
|||||||
title: 'Welcome',
|
title: 'Welcome',
|
||||||
};
|
};
|
||||||
render() {
|
render() {
|
||||||
return <Text>Hello, World!</Text>;
|
return <Text>Hello, Navigation!</Text>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user