Introduce password prompt page and save encryption flag

This commit is contained in:
Julia Friesel
2018-09-11 18:06:54 +02:00
parent 3e3cef8769
commit 3d61459f30
4 changed files with 90 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import App from './components/app'
import PasswordPrompt from './components/password-prompt'
AppRegistry.registerComponent('home', () => App)
AppRegistry.registerComponent('home', () => PasswordPrompt)