From 8135fe42bfa36df72c427e8d567aad2182e14372 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 23 Apr 2019 14:30:30 -0400 Subject: removing some unnecessary files from mobile --- mobile/screens/SettingsScreen.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mobile/screens/SettingsScreen.js (limited to 'mobile/screens/SettingsScreen.js') 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 ; - } -} -- cgit v1.2.3