Ernesto Diaz
Ernesto Diaz
Both compares return false. This is because in JavaScript we pass non primitive data types by reference. So, say: {id:1} == {id:1} // returns false even though is shallow compare,...
# READ ME PLEASE! ### TL;DR: Make sure to add your changes to versioned docs Thanks for opening a PR! The docs cover several versions of `react-navigation`, and in some...
Please make the following changes: 1. Remove `babel-eslint` and add `recompose` in `package.json`. 2. Change `import { graphql, compose } from 'react-apollo'` to: `import { graphql } from 'react-apollo' import...