This file contains hidden or 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
| import React, {Component} from 'react'; | |
| import {View, Animated, TouchableOpacity} from 'react-native'; | |
| import * as Progress from 'react-native-progress'; | |
| import TouchableIcon from './TouchableIcon'; | |
| import PropTypes from 'prop-types'; | |
| import constants from '../constants'; |