Added swipable list to work items list

This commit is contained in:
John Lyon-Smith
2018-04-06 11:35:23 -07:00
parent aec39ae17d
commit d646b9477b
9 changed files with 394 additions and 168 deletions

View File

@@ -3,5 +3,5 @@ import { Route, Redirect } from 'react-router-native'
export const DefaultRoute = () => {
// NOTE: When working on the app, change this to the page you are working on
return <Route render={() => (<Redirect to={'/workitem'} />)} />
return <Route render={() => (<Redirect to={'/workitemlist'} />)} />
}