Use rn-push-notifications and set up recurring notification

This commit is contained in:
Julia Friesel
2018-08-27 14:31:28 +02:00
parent e64b46c41b
commit eb41ae354f
9 changed files with 172 additions and 121 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ export const settings = {
tempReminder: {
title: 'Temperature reminder',
noTimeSet: 'Set a time for a daily reminder to take your temperature',
timeSet: time => `Daily reminder set for ${time}`
timeSet: time => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature'
}
}