This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gql from 'graphql-tag'; | |
| import camelCase from 'camelcase'; | |
| import ApolloClient from 'apollo-client'; | |
| import { pluralOf, pascalCaseOf } from '../utils'; | |
| /** | |
| * | |
| * @param {String} schema | |
| * @param {ApolloClient} client | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // random things |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from "react"; | |
| import { connect } from "react-redux"; | |
| import { | |
| Animated, | |
| View, | |
| FlatList, | |
| TouchableWithoutFeedback, | |
| Image, | |
| ScrollView, | |
| AsyncStorage, |
NewerOlder