aboutsummaryrefslogtreecommitdiff
path: root/mobile/App.js
diff options
context:
space:
mode:
authorAndrew <andrew.mihai@mail.utoronto.ca>2019-03-05 14:33:54 +0000
committerAndrew <andrew.mihai@mail.utoronto.ca>2019-03-05 14:33:54 +0000
commite40e046cc7f62db42d0b634870da4de020e9108a (patch)
tree1f3f7068bafd68a4e34ff776fee325ecfee21606 /mobile/App.js
parent8a5bf1ba34a2ef52fd8ebc10e3b7b0a2e7360e55 (diff)
Added location functionality to greeting page. Location data is now sent
to the form page after the 'get location' button is pressed.
Diffstat (limited to 'mobile/App.js')
-rw-r--r--mobile/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/App.js b/mobile/App.js
index 4348381..c1b9eba 100644
--- a/mobile/App.js
+++ b/mobile/App.js
@@ -4,7 +4,7 @@ import { Ionicons } from '@expo/vector-icons';
import { createStackNavigator, createAppContainer } from 'react-navigation';
import GreetingPage from './components/GreetingPage';
-import FormPage from './components/FormPage';
+import FormPage from './components/Form1';
const RootStack = createStackNavigator( {GreetingPage: GreetingPage, FormPage: FormPage,},