Skip to content

Instantly share code, notes, and snippets.

View basith374's full-sized avatar

Basith Kunimal basith374

View GitHub Profile
@basith374
basith374 / Category.js
Created November 12, 2016 11:30
here is the full file, the code was stripped & some aspects were renamed for breviity
import React, { PropTypes } from 'react';
import { View, Image, ScrollView, TouchableHighlight, Text, Animated } from 'react-native';
import images from '../../config/images';
import Icon from 'react-native-vector-icons/FontAwesome';
import styles from './styles';
import Loading from '../../components/Loading';
import settings from '../../config/settings';
export const HEADER_MAX_HEIGHT = 200;
const HEADER_MIN_HEIGHT = 0;