diff --git a/src/screens/AboutScreen.js.old b/src/screens/AboutScreen.js.old deleted file mode 100755 index 056fd82..0000000 --- a/src/screens/AboutScreen.js.old +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react'; -import { - View, - Text, - } from 'react-native'; - -class AboutScreen extends React.Component { - static navigationOptions = ({ navigation }) => { - return { - title: navigation.getParam('otherParam', 'About'), - headerStyle: { - backgroundColor: '#3333ff', - }, - headerTintColor: '#fff', - }; - }; - - render() { - return ( - - About Screen{"\n"}{"\n"} - RPI Media Center Control v 1.0 beta - - ); - } - } - - export default AboutScreen; \ No newline at end of file