π
This file contains 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
// @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"; |
This file contains 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
// @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"; |