From 4472f207d0fa2b4cba124f6f02ce8d8287e2e802 Mon Sep 17 00:00:00 2001 From: Xuan Zhu Date: Sun, 3 Dec 2017 14:47:08 -0800 Subject: [PATCH] fix alert part --- Forgot.js | 2 +- ForgotForm.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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';