Skip to content

Instantly share code, notes, and snippets.

View bczy's full-sized avatar
🎯
Focusing

Bertrand bczy

🎯
Focusing
View GitHub Profile
@technoplato
technoplato / plainascanbe.js
Last active April 2, 2020 14:43
Infinite Scrolling List Flavors
import React, { useState, useEffect } from 'react'
import {
SafeAreaView,
View,
FlatList,
StyleSheet,
Text,
Dimensions
} from 'react-native'