aboutsummaryrefslogtreecommitdiff
path: root/mobile/App.js
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 03:58:44 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 03:58:44 +0000
commitf269caf1eb36c43269d92c89b7f0b0bafb88d572 (patch)
treea8a37b333e84e39365a57e36acaf64f4dbcdc8e3 /mobile/App.js
parent9d6e8a3c0dcbd7854eb35b5aad1d9b6fb58b6056 (diff)
switched tabs to 2 spaces
Diffstat (limited to 'mobile/App.js')
-rw-r--r--mobile/App.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/mobile/App.js b/mobile/App.js
index 703c6eb..c9331bc 100644
--- a/mobile/App.js
+++ b/mobile/App.js
@@ -8,10 +8,15 @@ import FormPage from './screens/Form1';
import MapPage from './screens/MapPage';
-const RootStack = createStackNavigator( {GreetingPage: GreetingPage, FormPage: FormPage, MapPage: MapPage},
- {headerMode: 'none'})
+const RootStack = createStackNavigator(
+ {
+ GreetingPage: GreetingPage,
+ FormPage: FormPage,
+ MapPage: MapPage
+ },
+ { headerMode: 'none' }
+)
const App = createAppContainer(RootStack)
export default App;
-