Add wrapper for password screen and logged-in app
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user