Change getCycleDay signature and process LocalDate

This commit is contained in:
Julia Friesel
2018-06-09 12:00:06 +02:00
parent 1430734874
commit 5b406848cb
10 changed files with 129 additions and 223 deletions
+2 -7
View File
@@ -1,9 +1,4 @@
import { AppRegistry } from 'react-native'
import Home from './app'
import { openDatabase } from './db'
import App from './app'
// TODO error handling
openDatabase()
.then(() => {
AppRegistry.registerComponent('home', () => Home)
})
AppRegistry.registerComponent('home', () => App)