Skip to content

Instantly share code, notes, and snippets.

View ndozhh's full-sized avatar
🏠
Working from home

Juan David Cano Hernández ndozhh

🏠
Working from home
View GitHub Profile
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';