diff options
| author | Andrew <andrew.mihai@mail.utoronto.ca> | 2019-03-08 05:07:06 +0000 |
|---|---|---|
| committer | Andrew <andrew.mihai@mail.utoronto.ca> | 2019-03-08 05:07:06 +0000 |
| commit | 850937e8de7448f12af126047e4e270fb9976473 (patch) | |
| tree | f12d53788fe9980dbb90013413ef71e9692db34c | |
| parent | 41ae967e0a458d9728e76401bd08385dd03b3c74 (diff) | |
Got rid of drop pin button. Necessary for deliverable 2.feat/5
| -rw-r--r-- | mobile/components/GreetingPage.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mobile/components/GreetingPage.js b/mobile/components/GreetingPage.js index ad1f1c1..e8da92e 100644 --- a/mobile/components/GreetingPage.js +++ b/mobile/components/GreetingPage.js @@ -80,15 +80,13 @@ export default class GreetingPage extends Component { </TouchableHighlight> - <TouchableHighlight - style={styles.second_button_container} - onPress={() => this.props.navigation.navigate('FormPage')}> + <TouchableHighlight style={styles.second_button_container}> <View style={styles.press_button}> <View> - <Text style={styles.current_location_title}> - Drop Pin - </Text> + <Text style={styles.current_location_title}> + Drop Pin + </Text> </View> <View marginTop = {20}> |
