UNPKG

react-native-big-list-fixed

Version:

A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.

4 lines 165 B
import { Animated } from "react-native"; import BigList from "./BigList"; export default Animated.createAnimatedComponent(BigList); //# sourceMappingURL=index.js.map