First attempt at notifying at given time

This commit is contained in:
Julia Friesel
2018-08-27 12:37:48 +02:00
parent 3a91b5ffa4
commit b90fda113d
3 changed files with 31 additions and 2 deletions
+4 -1
View File
@@ -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()
-1
View File
@@ -9,7 +9,6 @@ import { LocalDate } from 'js-joda'
import styles from '../styles/index'
import cycleModule from '../lib/cycle'
import { getOrCreateCycleDay, bleedingDaysSortedByDate, fillWithDummyData, deleteAll } from '../db'
import {NotificationsAndroid} from 'react-native-notifications'
const getCycleDayNumber = cycleModule().getCycleDayNumber