diff options
| author | Andrew <andrew.mihai@mail.utoronto.ca> | 2019-03-05 21:15:37 +0000 |
|---|---|---|
| committer | Andrew <andrew.mihai@mail.utoronto.ca> | 2019-03-05 21:15:37 +0000 |
| commit | f0b0f909dfb7658312c5df0a18591a203077282f (patch) | |
| tree | 30aa224d297704cb55c6c361ccaab289b8ec0437 /mobile/App.js | |
| parent | 4793f7fd526aa1e53ca5f157622417b79c1b0c27 (diff) | |
Added A "Go Back" button to the form page. Fixed bug that would cause
app to produce an error if location services are turned off.
Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'mobile/App.js')
| -rw-r--r-- | mobile/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/App.js b/mobile/App.js index c1b9eba..f36b696 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/Form1'; +import FormPage from './screens/Form1'; const RootStack = createStackNavigator( {GreetingPage: GreetingPage, FormPage: FormPage,}, |
