diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:36:36 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:36:36 +0000 |
| commit | 0380ba5ea5c134f3b7c79efae4daa1034d405daf (patch) | |
| tree | 63c8b95e5b88738c7562b2c22766f7c90f01778e /mobile/screens/SettingsScreen.js | |
| parent | 8808175e3aa8ffc4022e58c9f926abfd28ce62c4 (diff) | |
| parent | 8135fe42bfa36df72c427e8d567aad2182e14372 (diff) | |
Merge branch 'master' into qa
Diffstat (limited to 'mobile/screens/SettingsScreen.js')
| -rw-r--r-- | mobile/screens/SettingsScreen.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mobile/screens/SettingsScreen.js b/mobile/screens/SettingsScreen.js deleted file mode 100644 index 6957dcb..0000000 --- a/mobile/screens/SettingsScreen.js +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react'; -import { ExpoConfigView } from '@expo/samples'; - -export default class SettingsScreen extends React.Component { - static navigationOptions = { - title: 'app.json', - }; - - render() { - /* Go ahead and delete ExpoConfigView and replace it with your - * content, we just wanted to give you a quick view of your config */ - return <ExpoConfigView />; - } -} |
