Skip to content

Instantly share code, notes, and snippets.

View ulfgebhardt's full-sized avatar
🐉
┬┴┬┴┤・ω・)ノ├┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴

Ulf Gebhardt ulfgebhardt

🐉
┬┴┬┴┤・ω・)ノ├┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴
View GitHub Profile
// @flow
import * as React from "react";
import { Component, StyleSheet, Text, View, Button } from "react-native";
import Swiper from "react-native-swiper";
import { graphql } from "react-apollo";
import PropTypes from "prop-types";
import SET_INSTRUCTIONS_SHOWN from "../graphql/mutations/setInstructinosShown";
// @flow
import * as React from "react";
import { Component, StyleSheet, Text, View, Button } from "react-native";
import Swiper from "react-native-swiper";
import { graphql } from "react-apollo";
import PropTypes from "prop-types";
import SET_INSTRUCTIONS_SHOWN from "../graphql/mutations/setInstructinosShown";