diff --git a/packages/react-navigation/examples/NavigationPlayground/js/CustomTransitioner.js b/packages/react-navigation/examples/NavigationPlayground/js/CustomTransitioner.js index ed42d4e7..49514954 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/CustomTransitioner.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/CustomTransitioner.js @@ -1,13 +1,5 @@ -import React, { Component, PropTypes } from 'react'; -import { - Animated, - Easing, - Image, - Platform, - StatusBar, - StyleSheet, - View, -} from 'react-native'; +import React, { Component } from 'react'; +import { Animated, Easing, StatusBar, StyleSheet, View } from 'react-native'; import { createAppContainer, Transitioner, @@ -21,13 +13,12 @@ import { Button } from './commonComponents/ButtonWithMargin'; const MyNavScreen = ({ navigation, banner }) => ( {banner} - {navigation.state && - navigation.state.routeName !== 'Settings' && ( -