We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ab188 commit 903601cCopy full SHA for 903601c
README.md
@@ -34,7 +34,7 @@ class HelloPage extends React.Component {
34
35
}
36
37
-var styles = StyleSheet.create({
+const styles = StyleSheet.create({
38
header: {
39
backgroundColor: '#5cafec',
40
},
@@ -43,7 +43,7 @@ var styles = StyleSheet.create({
43
// Your route object should contain at least:
44
// - The name of the route (which will become the navigation bar title)
45
// - The component object for the page to render
46
-var firstRoute = {
+const firstRoute = {
47
name: 'Welcome!',
48
component: HelloPage,
49
};
0 commit comments