Skip to content

Commit

Permalink
fix alert part
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuan Zhu authored and Xuan Zhu committed Dec 3, 2017
1 parent 3bd5c1e commit 4472f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Forgot.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Forgot extends Component {
Already have an account yet?
</Text>
<TouchableOpacity onPress={this.goback}>
<Text style={styles.buttonText}>Sign in</Text>
<Text style={styles.buttonText}> Sign in</Text>
</TouchableOpacity>
</View>
</KeyboardAvoidingView>
Expand Down
3 changes: 2 additions & 1 deletion ForgotForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
View,
TextInput,
TouchableOpacity,
StatusBar
StatusBar,
Alert
} from 'react-native';

import { Actions } from 'react-native-router-flux';
Expand Down

0 comments on commit 4472f20

Please sign in to comment.