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/LinksScreen.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mobile/screens/LinksScreen.js (limited to 'mobile/screens/LinksScreen.js') diff --git a/mobile/screens/LinksScreen.js b/mobile/screens/LinksScreen.js deleted file mode 100644 index 7bb4a62..0000000 --- a/mobile/screens/LinksScreen.js +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import { ScrollView, StyleSheet } from 'react-native'; -import { ExpoLinksView } from '@expo/samples'; - -export default class LinksScreen extends React.Component { - static navigationOptions = { - title: 'Links', - }; - - render() { - return ( - - {/* Go ahead and delete ExpoLinksView and replace it with your - * content, we just wanted to provide you with some helpful links */} - - - ); - } -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - paddingTop: 15, - backgroundColor: '#fff', - }, -}); -- cgit v1.2.3