From 9529e401de5b646c393fe92d3f0259bc939ecda2 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 10 May 2017 19:05:04 +0000 Subject: [PATCH] cleanup --- ReactNativeClient/src/root.js | 19 ------------------- 1 file changed, 19 deletions(-) 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 ( -