Skip to content

Commit

Permalink
Merge branch 'ApolloGraphQL'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-santos committed Jan 29, 2019
2 parents 0689001 + b81b416 commit 1fff6f3
Show file tree
Hide file tree
Showing 33 changed files with 799 additions and 1,002 deletions.
7 changes: 6 additions & 1 deletion app/App.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
import React from "react";
import { Provider } from "react-redux";
import { ApolloProvider } from "react-apollo";

import Navigator from "./config/routes";

import store from "./config/store";

import { client } from "./helpers/apolloGraphQL";

export default () => (
<Provider store={store}>
<Navigator onNavigationStateChange={null} />
<ApolloProvider client={client}>
<Navigator onNavigationStateChange={null} />
</ApolloProvider>
</Provider>
);
130 changes: 0 additions & 130 deletions app/__tests__/ActionLocationAdd-test.js

This file was deleted.

109 changes: 0 additions & 109 deletions app/__tests__/ActionLocationDetails-test.js

This file was deleted.

102 changes: 0 additions & 102 deletions app/__tests__/ActionLocationList-test.js

This file was deleted.

14 changes: 0 additions & 14 deletions app/actions/apiLocationAdd.js

This file was deleted.

15 changes: 0 additions & 15 deletions app/actions/apiLocationDetails.js

This file was deleted.

Loading

0 comments on commit 1fff6f3

Please sign in to comment.