From 829998568f4e8a44971a9fe7e46a76ec9316cc81 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 18 Feb 2019 16:09:52 -0700 Subject: fixed folder structure --- mobile/hello-world/screens/LinksScreen.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mobile/hello-world/screens/LinksScreen.js (limited to 'mobile/hello-world/screens/LinksScreen.js') diff --git a/mobile/hello-world/screens/LinksScreen.js b/mobile/hello-world/screens/LinksScreen.js deleted file mode 100644 index 7bb4a62..0000000 --- a/mobile/hello-world/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