unused variables removed

This commit is contained in:
palingheorghe
2019-06-05 14:28:42 +03:00
parent 3b3160d546
commit 0d212f4eac
9 changed files with 409 additions and 1096 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import { StyleSheet } from "react-native";
import PropTypes from 'prop-types';
import { Button, Text, theme } from "galio-framework";
import { Button } from "galio-framework";
import argonTheme from "../constants/Theme";