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

@@ -57,7 +57,8 @@ class API extends EventEmitter {
this.user = user
this.connectSocket()
this.emit('login')
}).catch(() => {
}).catch((err) => {
console.error(err)
AsyncStorage.removeItem(authTokenName)
this.token = null
this.user = {}