From 44677946935ef69f85ddc7f5d28822ea8cac65bc Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Sun, 3 Mar 2019 11:47:49 -0500 Subject: [PATCH 1/2] Remove request for React Native example apps We no longer want to maintain a list of external React Native example apps, so this commit removes the request from the docs. Maintaining a list of external links requires review/vet/approve/etc overhead, and is not something we can devote time to right now unforunately. --- docs/source/recipes/react-native.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/recipes/react-native.md b/docs/source/recipes/react-native.md index 93aa5aba394..f569da086fa 100644 --- a/docs/source/recipes/react-native.md +++ b/docs/source/recipes/react-native.md @@ -37,8 +37,6 @@ There are some Apollo examples written in React Native that you may wish to refe 1. The ["Hello World" example](https://github.com/apollographql/frontpage-react-native-app) used at dev.apollodata.com. 2. A [GitHub API Example](https://github.com/apollographql/GitHub-GraphQL-API-Example) built to work with GitHub's new GraphQL API. -> If you've got an example to post here, please hit the "Edit on GitHub" button above and let us know! -

Apollo Dev Tools

[React Native Debugger](https://github.com/jhen0409/react-native-debugger) supports the [Apollo Client Devtools](https://github.com/apollographql/apollo-client-devtools): From 334f8771b75211a3df989b33bc043931e55ab146 Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Sun, 3 Mar 2019 12:04:04 -0500 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea42ff5e21..6bbf210c541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ ## Apollo Client vNEXT +### Apollo Client + +- Update the React Native docs to remove the request for external example + apps that we can link to. We're no longer going to manage a list of + external example apps.
+ [@hwillson](https://github.com/hwillson) in [#4531](https://github.com/apollographql/apollo-client/pull/4531) + ### Apollo Cache In-Memory - Support `new InMemoryCache({ freezeResults: true })` to help enforce immutability.
[@benjamn](https://github.com/benjamn) in [#4514](https://github.com/apollographql/apollo-client/pull/4514) + ## Apollo Client 2.5.1 ### apollo-client 2.5.1