diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:30:30 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 18:30:30 +0000 |
| commit | 8135fe42bfa36df72c427e8d567aad2182e14372 (patch) | |
| tree | ee27a6aa55a381ea36d30165ea0e74d8c54422ea /mobile/screens/SettingsScreen.js | |
| parent | f269caf1eb36c43269d92c89b7f0b0bafb88d572 (diff) | |
removing some unnecessary files from mobile
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 />; - } -} |
