Update LoginView.js

This commit is contained in:
Guilherme Gazzo 2017-09-21 13:11:55 -03:00 committed by GitHub
parent c79fe54bec
commit db30cc5681
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import React from 'react';
import Spinner from 'react-native-loading-spinner-overlay';
import PropTypes from 'prop-types';
import { Keyboard, Text, TextInput, View, Image, TouchableOpacity, Dimensions } from 'react-native';
import { Keyboard, Text, TextInput, View, Image, TouchableOpacity } from 'react-native';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
// import * as actions from '../actions';