Add wrapper for password screen and logged-in app

This commit is contained in:
Julia Friesel
2018-09-14 09:19:31 +02:00
parent 467dc8d424
commit 6c49d8a36c
3 changed files with 67 additions and 45 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import PasswordPrompt from './components/password-prompt'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('home', () => PasswordPrompt)
AppRegistry.registerComponent('home', () => AppWrapper)