ex-navigation
ex-navigation copied to clipboard
`react-addons-shallow-compare` is deprecated
@expo/ex-navigation depends on react-addons-shallow-compare.
The shallow compare docs state:
Note: shallowCompare is a legacy add-on. Use React.PureComponent instead.
react-addons-shallow-compare just requires react/lib/shallowCompare.js which does not exist in [email protected] which [email protected] depends on.
This dependency should probably be dropped and replaced with React.PureComponent or recompose.
refer: https://github.com/expo/ex-navigation/pull/445