diff --git a/ReactNativeClient/src/root.js b/ReactNativeClient/src/root.js index 0683dab0c..f7be4bf4e 100644 --- a/ReactNativeClient/src/root.js +++ b/ReactNativeClient/src/root.js @@ -86,28 +86,9 @@ class NoteScreen extends React.Component { } } - -class ProfileScreen extends React.Component { - static navigationOptions = { - title: 'Profile', - }; - render() { - const { navigate } = this.props.navigation; - return ( -