When following the getting started for react-native by running the following command
npm install apollo-client react-apollo graphql-tag --save
I see the following UNMET PEER DEPENDENCY error

I could get it to work by using the following version
npm install [email protected] react-apollo graphql-tag --save
Apollo Client is at 0.8.0 @jbaxleyiii any reason why we're keeping the peer dependency at 0.6.0?
@arjunpola You shouldnt be blocked even with that peer dependency. We just need to know if theres any blockers using 0.8.0 with current version of react-apollo
I'm trying to use 0.8.0 with the latest version of react-apollo, and getting an error from it trying to access the removed resultBehaviors feature:
"node_modules/apollo-client/index"' has no exported member 'MutationBehavior'"
Hi all, I've updated the package to use apollo-client 0.8.0 now. Let me know if it doesn't work for you.
Most helpful comment
Apollo Client is at
0.8.0@jbaxleyiii any reason why we're keeping the peer dependency at 0.6.0?