Merge branch '200-implement-homescreen' into 'master'

Add new home screen

Closes #200

See merge request bloodyhealth/drip!96
This commit is contained in:
Julia Friesel
2018-10-18 11:40:31 +00:00
40 changed files with 367 additions and 356 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
TouchableOpacity,
} from 'react-native'
import nodejs from 'nodejs-mobile-react-native'
import { AppText } from '../../app-text'
import AppText from '../../app-text'
import styles from '../../../styles'
import { settings as labels } from '../../labels'
import { requestHash, changeEncryptionAndRestartApp } from '../../../db'
+1 -1
View File
@@ -4,7 +4,7 @@ import {
TouchableOpacity
} from 'react-native'
import nodejs from 'nodejs-mobile-react-native'
import { AppText } from '../../app-text'
import AppText from '../../app-text'
import styles from '../../../styles'
import { settings as labels } from '../../labels'
import { requestHash, changeEncryptionAndRestartApp } from '../../../db'
+1 -1
View File
@@ -3,7 +3,7 @@ import { View } from 'react-native'
import CreatePassword from './create'
import ChangePassword from './update'
import DeletePassword from './delete'
import { AppText } from '../../app-text'
import AppText from '../../app-text'
import {
hasEncryptionObservable
} from '../../../local-storage'
+1 -1
View File
@@ -4,7 +4,7 @@ import {
View,
TouchableOpacity} from 'react-native'
import nodejs from 'nodejs-mobile-react-native'
import { AppText } from '../../app-text'
import AppText from '../../app-text'
import styles from '../../../styles'
import { settings as labels, shared } from '../../labels'
import { requestHash, changeEncryptionAndRestartApp } from '../../../db'