From db30cc568134299623a0017aa5e5f4c9904dc603 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Thu, 21 Sep 2017 13:11:55 -0300 Subject: [PATCH] Update LoginView.js --- app/views/LoginView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/LoginView.js b/app/views/LoginView.js index 4854b1b36..7f182b7cb 100644 --- a/app/views/LoginView.js +++ b/app/views/LoginView.js @@ -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';