Skip to content

Instantly share code, notes, and snippets.

View rockwellll's full-sized avatar
🏠
Working from home

Ahmed Khattab rockwellll

🏠
Working from home
View GitHub Profile
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
*/
// random things
import React, { Component } from "react";
import { connect } from "react-redux";
import {
Animated,
View,
FlatList,
TouchableWithoutFeedback,
Image,
ScrollView,
AsyncStorage,