Skip to content

Instantly share code, notes, and snippets.

View bekatru's full-sized avatar
📻
all-time

Beka bekatru

📻
all-time
View GitHub Profile
@quarrant
quarrant / StickyHeaders.tsx
Created October 17, 2019 13:19
StickyHeaders.tsx
import React from 'react';
import { View, Animated, Text, StyleSheet, LayoutChangeEvent, LayoutRectangle } from 'react-native';
interface Props {
sections: any[];
}
interface State {
sectionsLayouts: LayoutRectangle[];
sectionHeaderNodes: {