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";