- The fix is in! Linty fresh and pretty...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { Component } from 'react';
|
||||
import { Text, View } from 'react-native';
|
||||
import { Button, Text, View } from 'react-native';
|
||||
|
||||
import FacebookLogin from '../components/Login/FacebookLogin.container.js';
|
||||
import LocalLogin from '../components/Login/LocalLogin.container.js';
|
||||
@@ -7,9 +7,11 @@ import LocalLogin from '../components/Login/LocalLogin.container.js';
|
||||
import styles from './SignInOrRegister.styles.js';
|
||||
|
||||
export default function SignInOrRegister({ navigation }) {
|
||||
const title = 'Sign In or Register';
|
||||
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<Text style={styles.title}>Sign In or Register</Text>
|
||||
<Text style={styles.title}>{title}</Text>
|
||||
<View style={styles.localLogin}>
|
||||
<LocalLogin />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user