react-native-experimental-navigation icon indicating copy to clipboard operation
react-native-experimental-navigation copied to clipboard

Warning: SceneView has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.

Open crazywako opened this issue 7 years ago • 1 comments

Warning: SceneView has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.

react 16.0.0-alpha.12 react-native 0.45.0 react-native-router-flux: 3.39.2

crazywako avatar Jun 07 '17 14:06 crazywako

@crazywako Should be fix https://github.com/aksonov/react-native-experimental-navigation/pull/23

Kennytian avatar Jun 08 '17 00:06 Kennytian