From bc2a6a494fb22d4bddb48f22301b003f2fe724ac Mon Sep 17 00:00:00 2001 From: xuhaoy Date: Sat, 23 Feb 2019 05:19:44 -0500 Subject: more info for potentially additional form page for if the user has the chance to speak with the homeless individual --- mobile/screens/Form1.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js index 1a0fb04..590e91c 100644 --- a/mobile/screens/Form1.js +++ b/mobile/screens/Form1.js @@ -2,9 +2,12 @@ import React, { Component } from 'react'; import {Text, Alert, AppRegistry, Button, StyleSheet, View, TextInput } from 'react-native'; export default class ButtonBasics extends Component { - _onPressButton() { + _onPressButton1() { Alert.alert('Thanks for letting us know!') } + _onPressButton2() { + Alert.alert('Continue:') + } constructor(props) { super(props); this.state = {age: '', @@ -49,10 +52,16 @@ export default class ButtonBasics extends Component { /> {/*additional questions*/} + +