remove ReactComponentWithPureRenderMixin (#809)

`ReactComponentWithPureRenderMixin` is useless in this file, and it has been removed from the core of latest `react`

build fails on master branch of `react-native` for this error
This commit is contained in:
Neo
2017-03-29 15:34:10 +08:00
committed by Eric Vicenti
parent 65e71042d5
commit 7edd9a79aa

View File

@@ -9,8 +9,6 @@ import {
View,
} from 'react-native';
import ReactComponentWithPureRenderMixin from 'react/lib/ReactComponentWithPureRenderMixin';
import HeaderTitle from './HeaderTitle';
import HeaderBackButton from './HeaderBackButton';
import HeaderStyleInterpolator from './HeaderStyleInterpolator';