mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user