diff --git a/app/screens/user_profile/user_profile.js b/app/screens/user_profile/user_profile.js index b5f4b6f65..e1d345595 100644 --- a/app/screens/user_profile/user_profile.js +++ b/app/screens/user_profile/user_profile.js @@ -98,7 +98,7 @@ class UserProfile extends PureComponent { } ); } else { - navigator.pop({ + navigator.popToRoot({ animated: true }); }