First attempt at notifying at given time
This commit is contained in:
+4
-1
@@ -10,6 +10,7 @@ import Chart from './chart/chart'
|
||||
import Settings from './settings'
|
||||
import Stats from './stats'
|
||||
import {headerTitles as titles} from './labels'
|
||||
import setupNotifications from '../lib/notifications'
|
||||
|
||||
const isSymptomView = name => Object.keys(symptomViews).indexOf(name) > -1
|
||||
|
||||
@@ -60,4 +61,6 @@ export default class App extends Component {
|
||||
</View>
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
setupNotifications()
|
||||
Reference in New Issue
Block a user