diff --git a/Forgot.js b/Forgot.js index a3a871c..b7b94ba 100644 --- a/Forgot.js +++ b/Forgot.js @@ -39,7 +39,7 @@ export class Forgot extends Component { Already have an account yet? - Sign in + Sign in diff --git a/ForgotForm.js b/ForgotForm.js index 2d0878b..f590d8f 100644 --- a/ForgotForm.js +++ b/ForgotForm.js @@ -6,7 +6,8 @@ import { View, TextInput, TouchableOpacity, - StatusBar + StatusBar, + Alert } from 'react-native'; import { Actions } from 'react-native-router-flux';