Skip to content

Instantly share code, notes, and snippets.

@baoanhng
baoanhng / Component.js
Created January 27, 2018 14:43 — forked from smontlouis/Component.js
React Native - Fixed header/footer disappearing on scroll
import React, { PropTypes, Component } from 'react'
import {
Animated,
ScrollView,
Text,
View,
} from 'react-native'
import EStyleSheet from 'react-native-extended-stylesheet'
const styles = EStyleSheet.create({