Target tracking location, BoundHeader, WorkItem page done.

This commit is contained in:
John Lyon-Smith
2018-04-04 14:25:58 -07:00
parent 72af9a7035
commit e6bd1f8fed
18 changed files with 202 additions and 29 deletions

View File

@@ -44,7 +44,6 @@ class APIError extends Error {
class API extends EventEmitter {
constructor() {
super()
// We don't know if the user has a valid token yet so assume they do and clean-up if they don't
this.user = { pending: true }
AsyncStorage.getItem(authTokenName).then((token) => {