import { AppRegistry } from 'react-native' import PasswordPrompt from './components/password-prompt' AppRegistry.registerComponent('home', () => PasswordPrompt)