Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/react-apollo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.5
Choose a base ref
...
head repository: apollographql/react-apollo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jul 19, 2017

  1. Fix/804 (#865)

    * test for #804
    
    * fix for #804
    
    * changelog for #804
    akomm authored and James Baxley committed Jul 19, 2017
    Copy the full SHA
    d2bac92 View commit details
  2. version patch (#868)

    James Baxley authored Jul 19, 2017
    Copy the full SHA
    8424f15 View commit details

Commits on Jul 20, 2017

  1. Rename config.yml to settings.yml (#871)

    bkeepers authored and James Baxley committed Jul 20, 2017
    Copy the full SHA
    5cf7ca7 View commit details
  2. Copy the full SHA
    151696f View commit details
  3. Flow defaults (#873)

    * start work on shipping flow types by default
    
    * add back in dev deps
    
    * update permissions on deploy script
    
    * update shell script
    
    * fix src dir
    
    * clean up dir structure
    
    * fix paths again
    
    * update travis file
    
    * version bump
    James Baxley authored Jul 20, 2017
    Copy the full SHA
    71c47b8 View commit details

Commits on Jul 21, 2017

  1. Flow to ts (#877)

    * change type name to match ts
    
    * update version
    
    * back compat types
    
    * update signature for classes and include a test
    James Baxley authored Jul 21, 2017
    Copy the full SHA
    14121ea View commit details

Commits on Jul 25, 2017

  1. chore(package): update bundlesize to version 0.12.1 (#882)

    greenkeeper[bot] authored and James Baxley committed Jul 25, 2017
    Copy the full SHA
    281061b View commit details
  2. chore(package): update flow-bin to version 0.51.0 (#880)

    greenkeeper[bot] authored and James Baxley committed Jul 25, 2017
    Copy the full SHA
    9697f4e View commit details

Commits on Jul 31, 2017

  1. [WIP] Examples (#902)

    * remove previous examples
    
    * initial SSR example with meteor
    
    * prettier files
    
    * cleaned up flow typed
    
    * added flow example
    
    * tweak ssr example
    
    * added typescript example
    
    * start work on multi project runner
    
    * added tests using current test utilities
    
    * add testing to SSR example and change flow to base
    
    * remove reports
    
    * updated base app and removed flow code
    
    * prettied base files
    
    * fix travis file
    James Baxley authored Jul 31, 2017
    Copy the full SHA
    a17394b View commit details
  2. Configure Renovate (#897)

    * Add renovate.json
    
    * update renovate
    
    * fix dangerfile
    renovate[bot] authored and James Baxley committed Jul 31, 2017
    Copy the full SHA
    5fe94dc View commit details

Commits on Aug 1, 2017

  1. fix typo (#910)

    koenpunt authored and James Baxley committed Aug 1, 2017
    Copy the full SHA
    55a7b68 View commit details
  2. Flow exports (#919)

    * update typings
    
    * version bump
    James Baxley authored Aug 1, 2017
    Copy the full SHA
    795a9be View commit details
  3. chore(deps): Add timezone to Renovate config (#920)

    Renovate is currently configured to use the schedule "after 10pm and before 5am on every weekday" however without a configured "timezone" then these times will default to UTC. This PR adds the America/Los_Angeles IANA time zone to the `renovate.json` configuration file, assuming that's the preferred timezone for this schedule.
    rarkins authored and James Baxley committed Aug 1, 2017
    Copy the full SHA
    17372a0 View commit details
  4. refactor(deps): Renovate Pin Dependencies packages (#911)

    renovate[bot] authored and James Baxley committed Aug 1, 2017
    Copy the full SHA
    7ac9bc4 View commit details
  5. move from string ref to callback ref (#908)

    * move from string ref to callback ref
    
    since string refs are legacy
    https://facebook.github.io/react/docs/refs-and-the-dom.html#legacy-api-string-refs
    
    * update changelog
    
    * fix tests
    koenpunt authored and James Baxley committed Aug 1, 2017
    Copy the full SHA
    742e9b2 View commit details
  6. fix exports (#925)

    * fix exports
    
    * update changelog
    James Baxley authored Aug 1, 2017
    Copy the full SHA
    abf4347 View commit details
  7. chore(deps): Update dependency @types/node to version 8.0.18 (#928)

    * chore(deps): Update dependency @types/node to version 8.0.18
    
    * chore(deps): Update dependency @types/node to version 8.0.19
    renovate[bot] authored and James Baxley committed Aug 1, 2017
    Copy the full SHA
    5582d78 View commit details

Commits on Aug 2, 2017

  1. Copy the full SHA
    f85e8c0 View commit details

Commits on Aug 3, 2017

  1. Copy the full SHA
    91e3d10 View commit details
  2. Copy the full SHA
    42f42c2 View commit details
  3. Copy the full SHA
    eb8f3c9 View commit details
  4. Copy the full SHA
    7b8ac84 View commit details
  5. Copy the full SHA
    4194736 View commit details
  6. Copy the full SHA
    e8a3abe View commit details

Commits on Aug 4, 2017

  1. Copy the full SHA
    40bf986 View commit details
  2. Copy the full SHA
    c6a6517 View commit details
  3. Flow fixes (#952)

    * Fix(flow) Added missing NamedProps to exports
    
    * Fix(flow) Make skip covariant
    
    - because fix is an interface and has two types, it needs to be set as
    covariant (using read-only notation)
    - see facebook/flow#4084
    
    * Fix(flow) Component should not be restricted on default props & state
    
    - this allows for containers to have state or default props.
    dozoisch authored and James Baxley committed Aug 4, 2017
    Copy the full SHA
    1c66c65 View commit details

Commits on Aug 8, 2017

  1. Copy the full SHA
    80e6f7f View commit details
  2. Copy the full SHA
    9b2b192 View commit details
  3. Copy the full SHA
    d99973f View commit details

Commits on Aug 9, 2017

  1. Copy the full SHA
    1ed57d2 View commit details
  2. Copy the full SHA
    345ff24 View commit details
  3. Copy the full SHA
    5b8ab25 View commit details
  4. Copy the full SHA
    605f028 View commit details

Commits on Aug 10, 2017

  1. Copy the full SHA
    13e2814 View commit details
  2. 1.4.11 (#969)

    * 1.4.11
    
    * version bump
    James Baxley authored Aug 10, 2017
    1
    Copy the full SHA
    32b94cb View commit details
  3. Copy the full SHA
    66def6d View commit details
  4. Copy the full SHA
    56c27d1 View commit details

Commits on Aug 11, 2017

  1. Merge pull request #970 from apollographql/renovate/@types/react-redu…

    …x-5.x
    
    chore(deps): update dependency @types/react-redux to v5
    Sashko Stubailo authored Aug 11, 2017
    Copy the full SHA
    e7e1e7f View commit details

Commits on Aug 12, 2017

  1. Copy the full SHA
    c6cdfee View commit details

Commits on Aug 13, 2017

  1. Copy the full SHA
    2de6715 View commit details
  2. Fix Redux Store flow type arguments to prevent the flow error `^^^^^ …

    …Store. Application of polymorphic type needs <list of 2 arguments>.`. This fix is basically adding inferred types (`*`) as arguments to all references to the Redux `Store` flow type inside of `index.js.flow`. This should fix #898. (#975)
    richardgirges authored and James Baxley committed Aug 13, 2017
    Copy the full SHA
    83a74ed View commit details
  3. MockNetworkInterface match mock requests regardless of variable order (

    …#973)
    
    * MockNetworkInterface match regardless of variable order
    
    * update changelog
    L1fescape authored and James Baxley committed Aug 13, 2017
    Copy the full SHA
    7308d20 View commit details
  4. Fix issue from broken deploy (#972)

    James Baxley authored Aug 13, 2017
    Copy the full SHA
    c597d54 View commit details
  5. Client scoped query recyclers (#513) (#876)

    rc-mz authored and James Baxley committed Aug 13, 2017
    Copy the full SHA
    93ba6ee View commit details
  6. Support 2.0 (#980)

    * Fix issue from broken deploy
    
    * suppor the 2.0 by checking initStore existence
    James Baxley authored Aug 13, 2017
    Copy the full SHA
    5b0ec98 View commit details

Commits on Aug 14, 2017

  1. Copy the full SHA
    65420f6 View commit details
  2. Copy the full SHA
    583a71c View commit details

Commits on Aug 15, 2017

  1. Copy the full SHA
    6654188 View commit details
  2. Copy the full SHA
    08d47cc View commit details
Showing with 9,202 additions and 26,494 deletions.
  1. +0 −14 .flowconfig
  2. +0 −17 .github/ISSUE_REPLY_TEMPLATE.md
  3. +16 −4 .github/{ISSUE_TEMPLATE.md → ISSUE_TEMPLATE/bug.md}
  4. +8 −0 .github/ISSUE_TEMPLATE/feature-request.md
  5. +10 −0 .github/ISSUE_TEMPLATE/question-discussion.md
  6. +4 −3 .github/PULL_REQUEST_TEMPLATE.md
  7. +0 −72 .github/config.yml
  8. +0 −12 .github/no-response.yml
  9. +0 −4 .github/probot-snooze.yml
  10. +0 −16 .github/stale.yml
  11. +6 −32 .gitignore
  12. +8 −0 .gitleaks.toml
  13. +0 −10 .npmignore
  14. +0 −40 .travis.yml
  15. +0 −14 .vscode/launch.json
  16. +0 −9 .vscode/launchReactNative.js
  17. +3 −24 .vscode/settings.json
  18. +0 −1 .vscode/spell.json
  19. +0 −3,480 .vscode/typings/react-native/react-native.d.ts
  20. +0 −16 .vscode/typings/react/react-addons-create-fragment.d.ts
  21. +0 −40 .vscode/typings/react/react-addons-css-transition-group.d.ts
  22. +0 −32 .vscode/typings/react/react-addons-linked-state-mixin.d.ts
  23. +0 −46 .vscode/typings/react/react-addons-perf.d.ts
  24. +0 −20 .vscode/typings/react/react-addons-pure-render-mixin.d.ts
  25. +0 −155 .vscode/typings/react/react-addons-test-utils.d.ts
  26. +0 −26 .vscode/typings/react/react-addons-transition-group.d.ts
  27. +0 −35 .vscode/typings/react/react-addons-update.d.ts
  28. +0 −66 .vscode/typings/react/react-dom.d.ts
  29. +0 −22 .vscode/typings/react/react-global.d.ts
  30. +0 −2,274 .vscode/typings/react/react.d.ts
  31. +22 −0 COLLABORATORS.md
  32. +10 −14 CONTRIBUTING.md
  33. +1,063 −17 Changelog.md
  34. +1 −1 LICENSE
  35. +22 −122 README.md
  36. +0 −26 appveyor.yml
  37. +0 −100 dangerfile.ts
  38. +0 −5 examples/create-react-app/.flowconfig
  39. +0 −15 examples/create-react-app/.gitignore
  40. +0 −941 examples/create-react-app/README.md
  41. +0 −23 examples/create-react-app/package.json
  42. BIN examples/create-react-app/public/favicon.ico
  43. +0 −31 examples/create-react-app/public/index.html
  44. +0 −20 examples/create-react-app/src/App.js
  45. +0 −8 examples/create-react-app/src/App.test.js
  46. +0 −37 examples/create-react-app/src/Pokemon.js
  47. +0 −140 examples/create-react-app/src/Pokemon.test.js
  48. +0 −29 examples/create-react-app/src/__snapshots__/Pokemon.test.js.snap
  49. +0 −8 examples/create-react-app/src/index.js
  50. +0 −5,553 examples/create-react-app/yarn.lock
  51. +0 −1 examples/meteor/.gitignore
  52. +0 −15 examples/meteor/.meteor/.finished-upgraders
  53. +0 −1 examples/meteor/.meteor/.gitignore
  54. +0 −7 examples/meteor/.meteor/.id
  55. +0 −16 examples/meteor/.meteor/packages
  56. +0 −2 examples/meteor/.meteor/platforms
  57. +0 −1 examples/meteor/.meteor/release
  58. +0 −67 examples/meteor/.meteor/versions
  59. +0 −9 examples/meteor/client/index.js
  60. +0 −7 examples/meteor/client/main.html
  61. +0 −23 examples/meteor/imports/App.js
  62. +0 −37 examples/meteor/imports/Pokemon.js
  63. +0 −21 examples/meteor/package.json
  64. +0 −71 examples/meteor/server/index.js
  65. +0 −3 examples/react-native/.babelrc
  66. +0 −6 examples/react-native/.buckconfig
  67. +0 −58 examples/react-native/.flowconfig
  68. +0 −41 examples/react-native/.gitignore
  69. +0 −1 examples/react-native/.watchmanconfig
  70. +0 −60 examples/react-native/Pokemon.js
  71. +0 −12 examples/react-native/__tests__/index.android.js
  72. +0 −12 examples/react-native/__tests__/index.ios.js
  73. +0 −66 examples/react-native/android/app/BUCK
  74. +0 −139 examples/react-native/android/app/build.gradle
  75. +0 −66 examples/react-native/android/app/proguard-rules.pro
  76. +0 −31 examples/react-native/android/app/src/main/AndroidManifest.xml
  77. +0 −15 examples/react-native/android/app/src/main/java/com/reactnative/MainActivity.java
  78. +0 −35 examples/react-native/android/app/src/main/java/com/reactnative/MainApplication.java
  79. BIN examples/react-native/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  80. BIN examples/react-native/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  81. BIN examples/react-native/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  82. BIN examples/react-native/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  83. +0 −3 examples/react-native/android/app/src/main/res/values/strings.xml
  84. +0 −8 examples/react-native/android/app/src/main/res/values/styles.xml
  85. +0 −24 examples/react-native/android/build.gradle
  86. +0 −20 examples/react-native/android/gradle.properties
  87. BIN examples/react-native/android/gradle/wrapper/gradle-wrapper.jar
  88. +0 −5 examples/react-native/android/gradle/wrapper/gradle-wrapper.properties
  89. +0 −164 examples/react-native/android/gradlew
  90. +0 −90 examples/react-native/android/gradlew.bat
  91. +0 −8 examples/react-native/android/keystores/BUCK
  92. +0 −4 examples/react-native/android/keystores/debug.keystore.properties
  93. +0 −3 examples/react-native/android/settings.gradle
  94. +0 −22 examples/react-native/index.ios.js
  95. +0 −769 examples/react-native/ios/reactnative.xcodeproj/project.pbxproj
  96. +0 −112 examples/react-native/ios/reactnative.xcodeproj/xcshareddata/xcschemes/reactnative.xcscheme
  97. +0 −16 examples/react-native/ios/reactnative/AppDelegate.h
  98. +0 −37 examples/react-native/ios/reactnative/AppDelegate.m
  99. +0 −42 examples/react-native/ios/reactnative/Base.lproj/LaunchScreen.xib
  100. +0 −38 examples/react-native/ios/reactnative/Images.xcassets/AppIcon.appiconset/Contents.json
  101. +0 −54 examples/react-native/ios/reactnative/Info.plist
  102. +0 −18 examples/react-native/ios/reactnative/main.m
  103. +0 −24 examples/react-native/ios/reactnativeTests/Info.plist
  104. +0 −70 examples/react-native/ios/reactnativeTests/reactnativeTests.m
  105. +0 −28 examples/react-native/package.json
  106. +0 −166 index.js.flow
  107. +4 −0 lerna.json
  108. +7,578 −0 package-lock.json
  109. +21 −161 package.json
  110. +21 −0 packages/components/README.md
  111. +2 −0 packages/components/index.d.ts
  112. +2 −0 packages/components/index.esm.js
  113. +4 −0 packages/components/index.js
  114. +30 −0 packages/components/package.json
  115. +21 −0 packages/hoc/README.md
  116. +2 −0 packages/hoc/index.d.ts
  117. +2 −0 packages/hoc/index.esm.js
  118. +4 −0 packages/hoc/index.js
  119. +30 −0 packages/hoc/package.json
  120. +21 −0 packages/hooks/README.md
  121. +1 −0 packages/hooks/index.d.ts
  122. +1 −0 packages/hooks/index.esm.js
  123. +1 −0 packages/hooks/index.js
  124. +134 −0 packages/hooks/package-lock.json
  125. +30 −0 packages/hooks/package.json
  126. +21 −0 packages/ssr/README.md
  127. +1 −0 packages/ssr/index.d.ts
  128. +1 −0 packages/ssr/index.esm.js
  129. +1 −0 packages/ssr/index.js
  130. +32 −0 packages/ssr/package.json
  131. +21 −0 packages/testing/README.md
  132. +1 −0 packages/testing/index.d.ts
  133. +1 −0 packages/testing/index.js
  134. +29 −0 packages/testing/package.json
  135. +0 −26 preprocessor.js
  136. +0 −16 rollup.browser.config.js
  137. +0 −16 rollup.config.js
  138. +0 −16 rollup.test-utils.config.js
  139. +0 −44 scripts/filesize.js
  140. +0 −15 scripts/gzip.js
  141. +0 −66 src/ApolloProvider.tsx
  142. +0 −20 src/browser.ts
  143. +0 −596 src/graphql.tsx
  144. +0 −3 src/index.ts
  145. +0 −87 src/parser.ts
  146. +0 −92 src/queryRecycler.ts
  147. +0 −184 src/server.ts
  148. +0 −21 src/shallowEqual.ts
  149. +0 −266 src/test-utils.tsx
  150. +0 −98 src/types.ts
  151. +0 −86 src/withApollo.tsx
  152. +0 −34 test/flow.js
  153. +0 −16 test/lib.test.ts
  154. +0 −233 test/parser.test.ts
  155. +0 −11 test/react-native/__snapshots__/component.test.js.snap
  156. +0 −62 test/react-native/component.test.js
  157. +0 −336 test/react-web/client/ApolloProvider.test.tsx
  158. +0 −134 test/react-web/client/graphql/client-option.test.tsx
  159. +0 −99 test/react-web/client/graphql/fragments.test.tsx
  160. +0 −188 test/react-web/client/graphql/mutations/index.test.tsx
  161. +0 −171 test/react-web/client/graphql/mutations/lifecycle.test.tsx
  162. +0 −186 test/react-web/client/graphql/mutations/queries.test.tsx
  163. +0 −416 test/react-web/client/graphql/mutations/recycled-queries.test.tsx
  164. +0 −290 test/react-web/client/graphql/queries/api.test.tsx
  165. +0 −395 test/react-web/client/graphql/queries/errors.test.tsx
  166. +0 −510 test/react-web/client/graphql/queries/index.test.tsx
  167. +0 −510 test/react-web/client/graphql/queries/lifecycle.test.tsx
  168. +0 −543 test/react-web/client/graphql/queries/loading.test.tsx
  169. +0 −451 test/react-web/client/graphql/queries/observableQuery.test.tsx
  170. +0 −159 test/react-web/client/graphql/queries/polling.test.tsx
  171. +0 −166 test/react-web/client/graphql/queries/reducer.test.tsx
  172. +0 −623 test/react-web/client/graphql/queries/skip.test.tsx
  173. +0 −254 test/react-web/client/graphql/queries/updateQuery.test.tsx
  174. +0 −384 test/react-web/client/graphql/shared-operations.test.tsx
  175. +0 −41 test/react-web/client/graphql/statics.test.tsx
  176. +0 −277 test/react-web/client/graphql/subscriptions.test.tsx
  177. +0 −112 test/react-web/client/libraries/mobx.test.tsx
  178. +0 −475 test/react-web/client/libraries/redux.test.tsx
  179. +0 −1,190 test/react-web/server/index.test.tsx
  180. +0 −43 test/shallowEqual.test.ts
  181. +0 −57 test/typescript.ts
  182. +12 −23 tsconfig.json
  183. +0 −127 tslint.json
  184. +0 −43 typings.d.ts
14 changes: 0 additions & 14 deletions .flowconfig

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_REPLY_TEMPLATE.md

This file was deleted.

20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
---
name: 🐛 Reporting a Bug
about: Open a new issue here if something isn't working as expected.
---

<!--
Thanks for filing an issue on React Apollo!
Please make sure that you include the following information to ensure that your issue is actionable.
If you don't follow the template, your issue may end up being closed without anyone looking at it carefully, because it is not actionable for us without the information in this template.
If you're filing a feature request, you do not need to follow the outline below, but please include "feature idea" in the title and include a specific example in which that feature would be useful.
**PLEASE NOTE:** Feature requests and non-bug related discussions are no longer managed in this repo. Feature requests should be opened in https://github.com/apollographql/apollo-feature-requests.
-->

**Intended outcome:**

<!--
What you were trying to accomplish when the bug occurred, and as much code as possible related to the source of the problem.
-->

**Actual outcome:**

<!--
A description of what actually happened, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. Please avoid non-specific phrases like “didn’t work” or “broke”.
-->

**How to reproduce the issue:**

<!--
If possible, please create a reproduction using https://github.com/apollographql/react-apollo-error-template and link to it here. If you prefer an in-browser way to create reproduction, try https://codesandbox.io/s/7361K9q6w
If possible, please create a reproduction using https://github.com/apollographql/react-apollo-error-template and link to it here. If you prefer an in-browser way to create reproduction, try: https://codesandbox.io/s/github/apollographql/react-apollo-error-template
Instructions for how the issue can be reproduced by a maintainer or contributor. Be as specific as possible, and only mention what is necessary to reproduce the bug. If possible, try to isolate the exact circumstances in which the bug occurs and avoid speculation over what the cause might be.
-->

**Version**
- apollo-client@<version number>
- react-apollo@<version number>

<!--
Run the following command in your project directory, and paste its (automatically copied to clipboard) results here:
`npx envinfo@latest --preset apollo --clipboard`
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: 🚀 Feature Request
about: Feature requests are managed in the Apollo Feature Request repo (https://github.com/apollographql/apollo-feature-requests).
---

Thanks for your interest in helping make React Apollo better!

Feature requests and non-bug related discussions are no longer managed in this repo. Feature requests should be opened in https://github.com/apollographql/apollo-feature-requests.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 🤗 Question / Discussion
about: Questions / discussions are best posted in Apollo's Spectrum community or StackOverflow.
---

Need help or want to talk all things React Apollo? Issues here are reserved for bugs, but one of the following resources should help:

* Apollo Spectrum community: https://spectrum.chat/apollo
* StackOverflow (`react-apollo` tag): https://stackoverflow.com/questions/tagged/react-apollo
* Apollo Feature Request repo: https://github.com/apollographql/apollo-feature-requests
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@

### Checklist:

- [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
- [ ] Make sure all of the significant new logic is covered by tests
- [ ] If this was a change that affects the external API used in GitHunt-React, update GitHunt-React and post a link to the PR in the discussion.
* [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
* [ ] Make sure all of the significant new logic is covered by tests
* [ ] If this was a change that affects the external API used in GitHunt-React, update GitHunt-React and post a link to the PR in the discussion.

72 changes: 0 additions & 72 deletions .github/config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/no-response.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/probot-snooze.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/stale.yml

This file was deleted.

38 changes: 6 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,10 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
.rpt2_cache
meta
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# don't commit compiled files
build
npm
lib
test-lib
dist

# don't track yarn lock but allow contributors to use it for local dev
yarn.lock
package-lock.json
examples/**/package-lock.json
junit.xml
8 changes: 8 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

[[ rules ]]
id = "high-entropy-base64"
[ rules.allowlist ]
commits = [
"f405cbae562870230d441062bf220a3988bc0294",

]
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/launchReactNative.js

This file was deleted.

27 changes: 3 additions & 24 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.rulers": [100],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": false,
"test-lib": true,
"lib": false,
".gitignore": true,
".npmignore": true,
".travis.*": false,
"appveyor.yml": true,
"LICENSE": true,
"typings.d.ts": false,
"tsconfig.json": false,
"tslint.json": true,
"coverage": true
}
,
"typescript.tsdk": "./node_modules/typescript/lib"
}
"editor.formatOnSave": true,
"prettier.singleQuote": true
}
1 change: 0 additions & 1 deletion .vscode/spell.json

This file was deleted.

3,480 changes: 0 additions & 3,480 deletions .vscode/typings/react-native/react-native.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions .vscode/typings/react/react-addons-create-fragment.d.ts

This file was deleted.

40 changes: 0 additions & 40 deletions .vscode/typings/react/react-addons-css-transition-group.d.ts

This file was deleted.

32 changes: 0 additions & 32 deletions .vscode/typings/react/react-addons-linked-state-mixin.d.ts

This file was deleted.

46 changes: 0 additions & 46 deletions .vscode/typings/react/react-addons-perf.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/typings/react/react-addons-pure-render-mixin.d.ts

This file was deleted.

155 changes: 0 additions & 155 deletions .vscode/typings/react/react-addons-test-utils.d.ts

This file was deleted.

26 changes: 0 additions & 26 deletions .vscode/typings/react/react-addons-transition-group.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions .vscode/typings/react/react-addons-update.d.ts

This file was deleted.

66 changes: 0 additions & 66 deletions .vscode/typings/react/react-dom.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions .vscode/typings/react/react-global.d.ts

This file was deleted.

2,274 changes: 0 additions & 2,274 deletions .vscode/typings/react/react.d.ts

This file was deleted.

22 changes: 22 additions & 0 deletions COLLABORATORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Apollo OSS Collaborator Guidelines

Thanks for helping make Apollo OSS better! Here are a few quick repo maintenance guidelines intended to help keep Apollo projects happy and healthy.

## Overall

- Please remember to be polite and respectful to all community members, no matter what is being reported, contributed, etc. People who are taking time out of their lives to participate in the Apollo ecosystem should feel welcomed, included and appreciated.

## Issues

- Issues are for bugs and feature requests only. All other requests should be redirected accordingly, then closed. Requests for help should go to [Slack](https://www.apollographql.com/slack) or [Stack Overflow](http://stackoverflow.com).
- If a bug report is valid, add the `confirmed` label, and optionally decide if community help should be requested using the `help-wanted` label. If you’re planning on working on it, assign the issue to yourself.
- If an issue isn’t easily reproducible, ask for a reproduction and add a `reproduction-needed` label.
- If a reproduction has been asked for but hasn’t been received in 1 week, close the issue.

## Pull Requests

* Ensure PR’s have tests (when it makes sense, which is almost always).
* Make sure `CHANGELOG`’s are updated/maintained. Either request that the PR author adds a `CHANGELOG` entry, or add one yourself. Make sure the PR is referenced along with their GitHub username, and link to their profile (to give them extra kudos).
* Don’t forget to consider how a PR you’re merging will affect the docs; either ask contributors for docs changes, open a new issue to track outstanding changes, or consider implementing the docs changes yourself.
* Always think about backwards compatibility; please don’t merge PR’s that require major version bumps, unless talking it over with the core team.
* If the PR has a small number of commits, or a large number of semantically unimportant commits, squash and merge the PR. If the PR commits are well thought out, isolated and would add value to the git history if kept separate, do a merge commit.
24 changes: 10 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Excited about Apollo and want to make it better? We’re excited too!

Apollo is a community of developers just like you, striving to create the best tools and libraries around GraphQL. We welcome anyone who wants to contribute or provide constructive feedback, no matter the age or level of experience. If you want to help but don't know where to start, let us know, and we'll find something for you.

Oh, and if you haven't already, sign up for the [Apollo Slack](http://www.apollodata.com/#slack).
Oh, and if you haven't already, sign up for the [Apollo Spectrum](https://spectrum.chat/apollo).

Here are some ways to contribute to the project, from easiest to most difficult:

@@ -27,7 +27,7 @@ While we will try to be as helpful as we can on any issue reported, please inclu
2. **Actual outcome:** A description of what actually happened, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. Please avoid non-specific phrases like “didn’t work” or “broke”.
3. **How to reproduce the issue:** Instructions for how the issue can be reproduced by a maintainer or contributor. Be as specific as possible, and only mention what is necessary to reproduce the bug. If possible, try to isolate the exact circumstances in which the bug occurs and avoid speculation over what the cause might be.

Creating a good reproduction really helps contributors investigate and resolve your issue quickly. In many cases, the act of creating a minimal reproduction illuminates that the source of the bug was somewhere outside the library in question, saving time and effort for everyone.
Creating a good reproduction really helps contributors investigate and resolve your issue quickly. In many cases, the act of creating a minimal reproduction illuminates that the source of the bug was somewhere outside the library in question, saving time and effort for everyone.

Include in the issue a link to your reproduction—a couple good options are a small Github repo or a [CodeSandbox](https://codesandbox.io/). Here's a starter CodeSandbox you can use: https://codesandbox.io/s/yrwE7pvJ7

@@ -37,6 +37,8 @@ If you have a more complicated issue where it is helpful to run it locally, you

Improving the documentation, examples, and other open source content can be the easiest way to contribute to the library. If you see a piece of content that can be better, open a PR with an improvement, no matter how small! If you would like to suggest a big change or major rewrite, we’d love to hear your ideas but please open an issue for discussion before writing the PR.

Improving the documentation, examples, and other open source content can be the easiest way to contribute to the library. If you see a piece of content that can be better, open a PR with an improvement, no matter how small! If you would like to suggest a big change or major rewrite, we’d love to hear your ideas! Please open a feature request for discussion, over in the [Apollo Feature Request repo](https://github.com/apollographql/apollo-feature-requests), before writing the PR.

### Responding to issues

In addition to reporting issues, a great way to contribute to Apollo is to respond to other peoples' issues and try to identify the problem or help them work around it. If you’re interested in taking a more active role in this process, please go ahead and respond to issues. And don't forget to say "Hi" on Apollo Slack!
@@ -45,28 +47,22 @@ In addition to reporting issues, a great way to contribute to Apollo is to respo

For a small bug fix change (less than 20 lines of code changed), feel free to open a pull request. We’ll try to merge it as fast as possible and ideally publish a new release on the same day. The only requirement is, make sure you also add a test that verifies the bug you are trying to fix.

### Suggesting features

Most of the features in Apollo came from suggestions by you, the community! We welcome any ideas about how to make Apollo better for your use case. Unless there is overwhelming demand for a feature, it might not get implemented immediately, but please include as much information as possible that will help people have a discussion about your proposal:

1. **Use case:** What are you trying to accomplish, in specific terms? Often, there might already be a good way to do what you need and a new feature is unnecessary, but it’s hard to know without information about the specific use case.
2. **Could this be a plugin?** In many cases, a feature might be too niche to be included in the core of a library, and is better implemented as a companion package. If there isn’t a way to extend the library to do what you want, could we add additional plugin APIs? It’s important to make the case for why a feature should be part of the core functionality of the library.
3. **Is there a workaround?** Is this a more convenient way to do something that is already possible, or is there some blocker that makes a workaround unfeasible?
### Suggesting feature

Feature requests will be labeled as such, and we encourage using GitHub issues as a place to discuss new features and possible implementation designs. Please refrain from submitting a pull request to implement a proposed feature until there is consensus that it should be included. This way, you can avoid putting in work that can’t be merged in.
Most of the features in React Apollo came from suggestions by you, the community! We welcome any ideas about how to make Apollo better for your use case. Head on over to the [Apollo Feature Request repo](https://github.com/apollographql/apollo-feature-requests), and open up a new feature request / discussion issue with your details.

Once there is a consensus on the need for a new feature, proceed as listed below under “Big PRs”.
**Note:** Feature requests and non-bug related discussions are no longer managed in this repo's issue tracker. Feature request and/or discussions opened here will be closed.

## Big PRs

This includes:

- Big bug fixes
- New features
* Big bug fixes
* New features

For significant changes to a repository, it’s important to settle on a design before starting on the implementation. This way, we can make sure that major improvements get the care and attention they deserve. Since big changes can be risky and might not always get merged, it’s good to reduce the amount of possible wasted effort by agreeing on an implementation design/plan first.

1. **Open an issue.** Open an issue about your bug or feature, as described above.
1. **Open an issue.** Open an issue about your bug in this repo, or about your feature request in the [Apollo Feature Request repo](https://github.com/apollographql/apollo-feature-requests).
2. **Reach consensus.** Some contributors and community members should reach an agreement that this feature or bug is important, and that someone should work on implementing or fixing it.
3. **Agree on intended behavior.** On the issue, reach an agreement about the desired behavior. In the case of a bug fix, it should be clear what it means for the bug to be fixed, and in the case of a feature, it should be clear what it will be like for developers to use the new feature.
4. **Agree on implementation plan.** Write a plan for how this feature or bug fix should be implemented. What modules need to be added or rewritten? Should this be one pull request or multiple incremental improvements? Who is going to do each part?
1,080 changes: 1,063 additions & 17 deletions Changelog.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Ben Newman
Copyright (c) 2019 Meteor Development Group, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
144 changes: 22 additions & 122 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,136 +1,36 @@
# [React Apollo](http://dev.apollodata.com/react/) [![npm version](https://badge.fury.io/js/react-apollo.svg)](https://badge.fury.io/js/react-apollo) [![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](http://www.apollostack.com/#slack)
# <a href="https://www.apollographql.com/"><img src="https://user-images.githubusercontent.com/841294/53402609-b97a2180-39ba-11e9-8100-812bab86357c.png" height="100" alt="React Apollo"></a>

React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to server side render.
## React Apollo

React Apollo unlike many other tools in the React ecosystem requires _no_ complex build setup to get up and running. As long as you have a GraphQL server you can get started building out your application with React immeadiately. React Apollo works out of the box with both [`create-react-app`][] and [React Native][] with a single install and with no extra hassle configuring Babel or other JavaScript tools.
[![npm version](https://badge.fury.io/js/react-apollo.svg)](https://badge.fury.io/js/react-apollo)
[![Build Status](https://circleci.com/gh/apollographql/react-apollo.svg?style=svg)](https://circleci.com/gh/apollographql/react-apollo)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/apollo)

[`create-react-app`]: https://github.com/facebookincubator/create-react-app
[React Native]: http://facebook.github.io/react-native
---

React Apollo is:
⚠️ **THIS PROJECT HAS BEEN DEPRECATED** ⚠️

1. **Incrementally adoptable**, so that you can drop it into an existing JavaScript app and start using GraphQL for just part of your UI.
2. **Universally compatible**, so that Apollo works with any build setup, any GraphQL server, and any GraphQL schema.
2. **Simple to get started with**, you can start loading data right away and learn about advanced features later.
3. **Inspectable and understandable**, so that you can have great developer tools to understand exactly what is happening in your app.
4. **Built for interactive apps**, so your users can make changes and see them reflected in the UI immediately.
4. **Small and flexible**, so you don't get stuff you don't need. The core is under 25kb compressed.
5. **Community driven**, Apollo is driven by the community and serves a variety of use cases. Everything is planned and developed in the open.
Please note that 4.0.0 is the final version of all React Apollo packages. React Apollo functionality is now directly available from `@apollo/client` >= 3. While using the `@apollo/react-X` packages will still work, we recommend using the following imports from `@apollo/client` directly instead:
>
> - old: `@apollo/react-components` --> new: `@apollo/client/react/components`
> - old: `@apollo/react-hoc` --> new: `@apollo/client/react/hoc`
> - old: `@apollo/react-ssr` --> new: `@apollo/client/react/ssr`
> - old: `@apollo/react-testing` --> new: `@apollo/client/testing`
> - old: `@apollo/react-hooks` --> new: `@apollo/client`
Get started today on the app you’ve been dreaming of, and let React Apollo take you to the moon!
Moving forward, all Apollo + React issues / pull requests should be opened in the [apollo-client](https://github.com/apollographql/apollo-client.git) repo. Please refer to the [Apollo Client migration guide](https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/) for more details.

## Installation
---

It is simple to install React Apollo.

```bash
npm install react-apollo --save
```

That’s it! You may now use React Apollo in any of your React environments.

For an amazing developer experience you may also install the [Apollo Client Developer tools for Chrome][] which will give you inspectability into your React Apollo data.

[Apollo Client Developer tools for Chrome]: https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm

## Usage

To get started you will first want to create an instance of [`ApolloClient`][] and then you will want to provide that client to your React component tree using the [`<ApolloProvider/>`][] component. Finally, we will show you a basic example of connecting your GraphQL data to your React components with the [`graphql()`][] enhancer function.

First we want an instance of [`ApolloClient`][]. We can import the class from `react-apollo` and construct it like so:

```js
import { ApolloClient } from 'react-apollo';

const client = new ApolloClient();
```

This will create a new client that you can use for all of your GraphQL data fetching needs, but most of the time you will also want to create your own custom network interface. By default Apollo Client guesses that your GraphQL API lives at `/graphql`, but this is not always the case. To use your own network interface you may call the [`createNetworkInterface`][] function:

```js
import { ApolloClient, createNetworkInterface } from 'react-apollo';

const client = new ApolloClient({
networkInterface: createNetworkInterface({
uri: 'https://graphql.example.com',
}),
});
```

Replace `https://graphql.example.com` with your GraphQL API’s URL to connect to your API.

Next you will want to add a [`<ApolloProvider/>`][] component to the root of your React component tree. This component works almost the same as the [`<Provider/>` component in `react-redux`][]. In fact if you pass a `store` prop into [`<ApolloProvider/>`][] it will also serve as a provider for `react-redux`! To use an [`<ApolloProvider/>`][] with your newly constructed client see the following:

```js
import { ApolloProvider } from 'react-apollo';

ReactDOM.render(
<ApolloProvider client={client}>
<MyRootComponent/>
</ApolloProvider>,
document.getElementById('root'),
);
```

Now you may create components in this React tree that are connected to your GraphQL API.

Finally, to demonstrate the power of React Apollo in building interactive UIs let us connect one of your component’s to your GraphQL server using the [`graphql()`][] component enhancer:

```js
import { gql, graphql } from 'react-apollo';

function TodoApp({ data: { todos, refetch } }) {
return (
<div>
<button onClick={() => refetch()}>
Refresh
</button>
<ul>
{todos.map(todo => (
<li key={todo.id}>
{todo.text}
</li>
))}
</ul>
</div>
);
}

export default graphql(gql`
query TodoAppQuery {
todos {
id
text
}
}
`)(TodoApp);
```

With that your `<TodoApp/>` component is now connected to your GraphQL API. Whenever some other component modifies the data in your cache, this component will automatically be updated with the new data.

To learn more about querying with React Apollo be sure to start reading the [documentation article on Queries][]. If you would like to see all of the features React Apollo supports be sure to check out the [complete API reference][].

There is also an excellent [**Full-stack React + GraphQL Tutorial**][] on the Apollo developer blog.

[`ApolloClient`]: http://dev.apollodata.com/core/apollo-client-api.html#apollo-client
[`<ApolloProvider/>`]: http://dev.apollodata.com/react/api.html#ApolloProvider
[`graphql()`]: http://dev.apollodata.com/react/api.html#graphql
[`createNetworkInterface`]: http://dev.apollodata.com/core/network.html
[`<Provider/>` component in `react-redux`]: https://github.com/reactjs/react-redux/blob/master/docs/api.md#provider-store
[documentation article on Queries]: http://dev.apollodata.com/react/queries.html
[complete API reference]: http://dev.apollodata.com/react/api.html
[**Full-stack React + GraphQL Tutorial**]: https://dev-blog.apollodata.com/full-stack-react-graphql-tutorial-582ac8d24e3b#.w8e9j7jmp
[Learn Apollo]: https://www.learnapollo.com/
React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering.

## Documentation

For a complete React Apollo API reference visit the documentation website at: [http://dev.apollodata.com/react/api.html](http://dev.apollodata.com/react/api.html)
All Apollo Client documentation, including React Apollo usage articles and helpful recipes, lives on [https://www.apollographql.com/docs/react/](https://www.apollographql.com/docs/react/)

All of the documentation for React Apollo including usage articles and helpful recipes lives on: [http://dev.apollodata.com/react/](http://dev.apollodata.com/react/)
For the React Apollo API reference, visit [https://www.apollographql.com/docs/react/api/react-apollo.html](https://www.apollographql.com/docs/react/api/react-apollo.html)

### Recipes
## Maintainers

- [Authentication](http://dev.apollodata.com/react/auth.html)
- [Pagination](http://dev.apollodata.com/react/pagination.html)
- [Optimistic UI](http://dev.apollodata.com/react/optimistic-ui.html)
- [Server Side Rendering](http://dev.apollodata.com/react/server-side-rendering.html)
- [@benjamn](https://github.com/benjamn) (Apollo)
- [@hwillson](https://github.com/hwillson) (Apollo)
26 changes: 0 additions & 26 deletions appveyor.yml

This file was deleted.

100 changes: 0 additions & 100 deletions dangerfile.ts

This file was deleted.

5 changes: 0 additions & 5 deletions examples/create-react-app/.flowconfig

This file was deleted.

15 changes: 0 additions & 15 deletions examples/create-react-app/.gitignore

This file was deleted.

941 changes: 0 additions & 941 deletions examples/create-react-app/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions examples/create-react-app/package.json

This file was deleted.

Binary file removed examples/create-react-app/public/favicon.ico
Binary file not shown.
31 changes: 0 additions & 31 deletions examples/create-react-app/public/index.html

This file was deleted.

20 changes: 0 additions & 20 deletions examples/create-react-app/src/App.js

This file was deleted.

8 changes: 0 additions & 8 deletions examples/create-react-app/src/App.test.js

This file was deleted.

37 changes: 0 additions & 37 deletions examples/create-react-app/src/Pokemon.js

This file was deleted.

140 changes: 0 additions & 140 deletions examples/create-react-app/src/Pokemon.test.js

This file was deleted.

29 changes: 0 additions & 29 deletions examples/create-react-app/src/__snapshots__/Pokemon.test.js.snap

This file was deleted.

8 changes: 0 additions & 8 deletions examples/create-react-app/src/index.js

This file was deleted.

5,553 changes: 0 additions & 5,553 deletions examples/create-react-app/yarn.lock

This file was deleted.

1 change: 0 additions & 1 deletion examples/meteor/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions examples/meteor/.meteor/.finished-upgraders

This file was deleted.

1 change: 0 additions & 1 deletion examples/meteor/.meteor/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions examples/meteor/.meteor/.id

This file was deleted.

16 changes: 0 additions & 16 deletions examples/meteor/.meteor/packages

This file was deleted.

2 changes: 0 additions & 2 deletions examples/meteor/.meteor/platforms

This file was deleted.

1 change: 0 additions & 1 deletion examples/meteor/.meteor/release

This file was deleted.

67 changes: 0 additions & 67 deletions examples/meteor/.meteor/versions

This file was deleted.

9 changes: 0 additions & 9 deletions examples/meteor/client/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions examples/meteor/client/main.html

This file was deleted.

23 changes: 0 additions & 23 deletions examples/meteor/imports/App.js

This file was deleted.

37 changes: 0 additions & 37 deletions examples/meteor/imports/Pokemon.js

This file was deleted.

21 changes: 0 additions & 21 deletions examples/meteor/package.json

This file was deleted.

71 changes: 0 additions & 71 deletions examples/meteor/server/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions examples/react-native/.babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions examples/react-native/.buckconfig

This file was deleted.

58 changes: 0 additions & 58 deletions examples/react-native/.flowconfig

This file was deleted.

41 changes: 0 additions & 41 deletions examples/react-native/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/react-native/.watchmanconfig

This file was deleted.

60 changes: 0 additions & 60 deletions examples/react-native/Pokemon.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/react-native/__tests__/index.android.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/react-native/__tests__/index.ios.js

This file was deleted.

66 changes: 0 additions & 66 deletions examples/react-native/android/app/BUCK

This file was deleted.

139 changes: 0 additions & 139 deletions examples/react-native/android/app/build.gradle

This file was deleted.

66 changes: 0 additions & 66 deletions examples/react-native/android/app/proguard-rules.pro

This file was deleted.

31 changes: 0 additions & 31 deletions examples/react-native/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions examples/react-native/android/build.gradle

This file was deleted.

20 changes: 0 additions & 20 deletions examples/react-native/android/gradle.properties

This file was deleted.

Binary file not shown.

This file was deleted.

164 changes: 0 additions & 164 deletions examples/react-native/android/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions examples/react-native/android/gradlew.bat

This file was deleted.

8 changes: 0 additions & 8 deletions examples/react-native/android/keystores/BUCK

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions examples/react-native/android/settings.gradle

This file was deleted.

22 changes: 0 additions & 22 deletions examples/react-native/index.ios.js

This file was deleted.

769 changes: 0 additions & 769 deletions examples/react-native/ios/reactnative.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions examples/react-native/ios/reactnative/AppDelegate.h

This file was deleted.

37 changes: 0 additions & 37 deletions examples/react-native/ios/reactnative/AppDelegate.m

This file was deleted.

42 changes: 0 additions & 42 deletions examples/react-native/ios/reactnative/Base.lproj/LaunchScreen.xib

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions examples/react-native/ios/reactnative/Info.plist

This file was deleted.

18 changes: 0 additions & 18 deletions examples/react-native/ios/reactnative/main.m

This file was deleted.

24 changes: 0 additions & 24 deletions examples/react-native/ios/reactnativeTests/Info.plist

This file was deleted.

70 changes: 0 additions & 70 deletions examples/react-native/ios/reactnativeTests/reactnativeTests.m

This file was deleted.

28 changes: 0 additions & 28 deletions examples/react-native/package.json

This file was deleted.

Loading