Implementing work item map screen

This commit is contained in:
John Lyon-Smith
2018-03-13 10:53:21 -07:00
parent 9dc783efef
commit 7bd5c64f21
17 changed files with 552 additions and 223 deletions

View File

@@ -7,6 +7,6 @@ registerScreens()
Navigation.startSingleScreenApp({
screen: {
screen: 'app.Home',
title: 'Home',
title: 'Work Item Map',
}
})