Skip to content

Commit

Permalink
Kill NavigationAnimatedView
Browse files Browse the repository at this point in the history
Summary:
NavigationAnimatedView is deprecated. Use NavigationTransitioner.

As discussed in #8262, #8189.
Closes #8269

Reviewed By: hedgerwang

Differential Revision: D3462087

Pulled By: ericvicenti

fbshipit-source-id: 6d7504cb8533f12a3610d34ef5b35edcf79fd5b7
  • Loading branch information
jmurzy authored and Facebook Github Bot 3 committed Jun 21, 2016
1 parent 47a7289 commit 8ce7ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 251 deletions.
249 changes: 0 additions & 249 deletions Libraries/NavigationExperimental/NavigationAnimatedView.js

This file was deleted.

2 changes: 0 additions & 2 deletions Libraries/NavigationExperimental/NavigationExperimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
'use strict';

const NavigationAnimatedView = require('NavigationAnimatedView');
const NavigationCard = require('NavigationCard');
const NavigationCardStack = require('NavigationCardStack');
const NavigationHeader = require('NavigationHeader');
Expand All @@ -24,7 +23,6 @@ const NavigationExperimental = {
StateUtils: NavigationStateUtils,

// Views
AnimatedView: NavigationAnimatedView,
Transitioner: NavigationTransitioner,

// CustomComponents:
Expand Down

0 comments on commit 8ce7ad4

Please sign in to comment.